From 537cb1c3cf10ba3552b03c43fb053bde9cca2440 Mon Sep 17 00:00:00 2001 From: "U-Z690-A\\user" Date: Tue, 28 Jun 2022 18:44:57 -0700 Subject: Add automatic extended key usage detection extendedKeyUsage is needed for some automatic certificate selection on Windows. We attempt to detect either clientAuth or serverAuth based on subjAltName and commonName. --- configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.sh') diff --git a/configure.sh b/configure.sh index 9d9d156..54e9577 100644 --- a/configure.sh +++ b/configure.sh @@ -11,7 +11,7 @@ export CN="Joe Rayhawk" # Common Name export E="jrayhawk+ssl@omgwallhack.org" # Email; used in certs and for From: and CC: in ./mailcert.sh usage export OPENSSL_CONFIG="openssl.cnf" # For advanced customization (not suggested) - +#export EKU="clientAuth, serverAuth" # we try to dynamically determine this in signcsr.sh export EMAIL_DEFAULT_DOMAIN="omgwallhack.org" # ./mailcert.sh uses this as a user's domain if nothing more obvious is available if [ -e ./local.cfg ]; then -- cgit v1.2.3