diff options
Diffstat (limited to 'configure.sh')
-rw-r--r-- | configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh index 54e9577..02043d8 100644 --- a/configure.sh +++ b/configure.sh @@ -11,8 +11,8 @@ 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 +export EKU="" # "clientAuth, serverAuth" # we try to dynamically determine this in signcsr.sh if [ -e ./local.cfg ]; then . ./local.cfg # dash is finnicky about how paths for sourcing work |