mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-06 05:22:09 +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"
|
_savedomainconf Le_ExtKeyUse "$Le_ExtKeyUse"
|
||||||
printf "\nextendedKeyUsage=$Le_ExtKeyUse\n" >>"$csrconf"
|
printf "\nextendedKeyUsage=$Le_ExtKeyUse\n" >>"$csrconf"
|
||||||
else
|
else
|
||||||
printf "\nextendedKeyUsage=serverAuth,clientAuth\n" >>"$csrconf"
|
printf "\nextendedKeyUsage=serverAuth\n" >>"$csrconf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$acmeValidationv1" ]; then
|
if [ "$acmeValidationv1" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user