summaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configure.sh')
-rw-r--r--configure.sh2
1 files changed, 1 insertions, 1 deletions
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