We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0535d8 commit eb00852Copy full SHA for eb00852
acme.sh
@@ -5504,6 +5504,13 @@ renew() {
5504
if [ -z "$Le_Keylength" ]; then
5505
Le_Keylength=2048
5506
fi
5507
+ if [ "$CA_LETSENCRYPT_V2" = "$Le_API" ]; then
5508
+ #letsencrypt doesn't support ocsp anymore
5509
+ if [ "$Le_OCSP_Staple" ]; then
5510
+ export Le_OCSP_Staple=""
5511
+ _cleardomainconf Le_OCSP_Staple
5512
+ fi
5513
5514
issue "$Le_Webroot" "$Le_Domain" "$Le_Alt" "$Le_Keylength" "$Le_RealCertPath" "$Le_RealKeyPath" "$Le_RealCACertPath" "$Le_ReloadCmd" "$Le_RealFullChainPath" "$Le_PreHook" "$Le_PostHook" "$Le_RenewHook" "$Le_LocalAddress" "$Le_ChallengeAlias" "$Le_Preferred_Chain" "$Le_Valid_From" "$Le_Valid_To"
5515
res="$?"
5516
if [ "$res" != "0" ]; then
0 commit comments