remove clientauth

https://github.com/acmesh-official/acme.sh/issues/6610
This commit is contained in:
neil
2025-11-15 11:12:00 +01:00
parent 8955732c05
commit 4a7f35dea7

View File

@@ -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