mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-12 17:31:47 +00:00
Update acme.sh
revert only when there is no `--server` specified.
This commit is contained in:
parent
439defca42
commit
6be2bb2289
30
acme.sh
30
acme.sh
@ -5271,21 +5271,23 @@ renew() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#revert from staging CAs back to production CAs
|
#revert from staging CAs back to production CAs
|
||||||
case "$Le_API" in
|
if [ -z "$ACME_DIRECTORY" ]; then
|
||||||
|
case "$Le_API" in
|
||||||
|
|
||||||
"$CA_LETSENCRYPT_V2_TEST")
|
"$CA_LETSENCRYPT_V2_TEST")
|
||||||
_info "Switching back to $CA_LETSENCRYPT_V2"
|
_info "Switching back to $CA_LETSENCRYPT_V2"
|
||||||
Le_API="$CA_LETSENCRYPT_V2"
|
Le_API="$CA_LETSENCRYPT_V2"
|
||||||
;;
|
;;
|
||||||
"$CA_BUYPASS_TEST")
|
"$CA_BUYPASS_TEST")
|
||||||
_info "Switching back to $CA_BUYPASS"
|
_info "Switching back to $CA_BUYPASS"
|
||||||
Le_API="$CA_BUYPASS"
|
Le_API="$CA_BUYPASS"
|
||||||
;;
|
;;
|
||||||
"$CA_GOOGLE_TEST")
|
"$CA_GOOGLE_TEST")
|
||||||
_info "Switching back to $CA_GOOGLE"
|
_info "Switching back to $CA_GOOGLE"
|
||||||
Le_API="$CA_GOOGLE"
|
Le_API="$CA_GOOGLE"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$Le_API" ]; then
|
if [ "$Le_API" ]; then
|
||||||
if [ "$Le_API" != "$ACME_DIRECTORY" ]; then
|
if [ "$Le_API" != "$ACME_DIRECTORY" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user