We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64847af commit 7f9074aCopy full SHA for 7f9074a
acme.sh
@@ -5323,7 +5323,7 @@ renew() {
5323
Le_PostHook="$(_readdomainconf Le_PostHook)"
5324
Le_RenewHook="$(_readdomainconf Le_RenewHook)"
5325
Le_Preferred_Chain="$(_readdomainconf Le_Preferred_Chain)"
5326
- #when renew from an old version, the empty Le_Keylength means 2048
+ #when renew from an old version, the empty Le_Keylength means 2048
5327
if [ -z "$Le_Keylength" ]; then
5328
Le_Keylength=2048
5329
fi
0 commit comments