Skip to content

Commit 4a7f35d

Browse files
author
neil
committed
remove clientauth
#6610
1 parent 8955732 commit 4a7f35d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

acme.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ _createcsr() {
12711271
_savedomainconf Le_ExtKeyUse "$Le_ExtKeyUse"
12721272
printf "\nextendedKeyUsage=$Le_ExtKeyUse\n" >>"$csrconf"
12731273
else
1274-
printf "\nextendedKeyUsage=serverAuth,clientAuth\n" >>"$csrconf"
1274+
printf "\nextendedKeyUsage=serverAuth\n" >>"$csrconf"
12751275
fi
12761276

12771277
if [ "$acmeValidationv1" ]; then

0 commit comments

Comments
 (0)