From 737098d59da5585eb8226f200966f42691b78bb2 Mon Sep 17 00:00:00 2001 From: srvrco Date: Tue, 23 Aug 2016 09:36:54 +0100 Subject: [PATCH] # 2016-08-23 export OPENSSL_CONF so it's used by all openssl commands --- getssl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/getssl b/getssl index bacc9d7..5c423af 100755 --- a/getssl +++ b/getssl @@ -98,10 +98,11 @@ # 2016-08-23 updated already validated domains (1.32) # 2016-08-23 included better force_renew and template for USE_SINGLE_ACL (1.33) # 2016-08-23 enable insecure certiticate on https token check #94 (1.34) +# 2016-08-23 export OPENSSL_CONF so it's used by all openssl commands (1.35) # --------------------------------------------------------------------------- PROGNAME=${0##*/} -VERSION="1.34" +VERSION="1.35" # defaults CODE_LOCATION="https://raw.githubusercontent.com/srvrco/getssl/master/getssl"