Browse Source

Merge pull request #96 from rklomp/patch-3

export  OPENSSL_CONF so it's used by all openssl commands
pull/98/head
serverco 9 years ago
committed by GitHub
parent
commit
2325736762
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      getssl

+ 3
- 0
getssl View File

@ -726,6 +726,9 @@ CERT_FILE="$DOMAIN_DIR/${DOMAIN}.crt"
CA_CERT="$DOMAIN_DIR/chain.crt"
TEMP_DIR="$DOMAIN_DIR/tmp"
# Set the OPENSSL_CONF environment variable so openssl knows which config to use
export OPENSSL_CONF=$SSLCONF
# if "-a" option then check other parameters and create run for each domain.
if [ ${_CHECK_ALL} -eq 1 ]; then
info "Check all certificates"


Loading…
Cancel
Save