Simon V.
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
acme.sh
|
|
@ -4720,6 +4720,7 @@ issue() { |
|
|
|
Le_RenewalInfoCertId=$(_readdomainconf "Le_RenewalInfoCertId") |
|
|
|
if [ "$_ACME_IS_RENEW" ] && [ -n "$Le_EnableRenewalInfo" ] && [ "$Le_EnableRenewalInfo" -eq "1" ] && [ -n "$Le_RenewalInfoCertId" ]; then |
|
|
|
_newOrderObj="$_newOrderObj,\"replaces\": \"$Le_RenewalInfoCertId\"" |
|
|
|
fi |
|
|
|
if [ "$_certificate_profile" ]; then |
|
|
|
_newOrderObj="$_newOrderObj,\"profile\": \"$_certificate_profile\"" |
|
|
|
fi |
|
|
|