mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-12-01 23:02:55 +08:00
remove clientauth
https://github.com/acmesh-official/acme.sh/issues/6610
This commit is contained in:
2
acme.sh
2
acme.sh
@@ -1271,7 +1271,7 @@ _createcsr() {
|
||||
_savedomainconf Le_ExtKeyUse "$Le_ExtKeyUse"
|
||||
printf "\nextendedKeyUsage=$Le_ExtKeyUse\n" >>"$csrconf"
|
||||
else
|
||||
printf "\nextendedKeyUsage=serverAuth,clientAuth\n" >>"$csrconf"
|
||||
printf "\nextendedKeyUsage=serverAuth\n" >>"$csrconf"
|
||||
fi
|
||||
|
||||
if [ "$acmeValidationv1" ]; then
|
||||
|
||||
Reference in New Issue
Block a user