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 8955732 commit 4a7f35dCopy full SHA for 4a7f35d
1 file changed
acme.sh
@@ -1271,7 +1271,7 @@ _createcsr() {
1271
_savedomainconf Le_ExtKeyUse "$Le_ExtKeyUse"
1272
printf "\nextendedKeyUsage=$Le_ExtKeyUse\n" >>"$csrconf"
1273
else
1274
- printf "\nextendedKeyUsage=serverAuth,clientAuth\n" >>"$csrconf"
+ printf "\nextendedKeyUsage=serverAuth\n" >>"$csrconf"
1275
fi
1276
1277
if [ "$acmeValidationv1" ]; then
0 commit comments