260
260
# 2021-02-18 Add FULL_CHAIN_INCLUDE_ROOT
261
261
# 2021-03-25 Fix DNS challenge completion check if CNAMEs on different NS are used (sideeffect42)(2.35)
262
262
# 2021-05-08 Merge from tlhackque/getssl: GoDaddy, split-view, tempfile permissions fixes, --version(2.36)
263
+ # 2021-07-07 Request new certificate if SANs have changed (#669)(#673)
263
264
# 2021-07-12 Do not redirect outputs on remote commands when the debug option is used (atisne)
265
+ # 2021-07-20 Use +noidnout to enable certificates for IDN domains (#679)(2.37)
264
266
# ----------------------------------------------------------------------------------------
265
267
266
268
case :$SHELLOPTS : in
@@ -269,16 +271,16 @@ esac
269
271
270
272
PROGNAME=${0##*/ }
271
273
PROGDIR=" $( cd " $( dirname " $0 " ) " || exit ; pwd -P; ) "
272
- VERSION=" 2.36 "
274
+ VERSION=" 2.37 "
273
275
274
276
# defaults
275
277
ACCOUNT_KEY_LENGTH=4096
276
278
ACCOUNT_KEY_TYPE=" rsa"
277
- CA=" https://acme-staging-v02.api.letsencrypt.org/directory"
278
279
CA_CERT_LOCATION=" "
280
+ CA=" https://acme-staging-v02.api.letsencrypt.org/directory"
279
281
CHALLENGE_CHECK_TYPE=" http"
280
- CHECK_REMOTE=" true"
281
282
CHECK_REMOTE_WAIT=0
283
+ CHECK_REMOTE=" true"
282
284
CODE_LOCATION=" https://raw.githubusercontent.com/srvrco/getssl/master/getssl"
283
285
CSR_SUBJECT=" /"
284
286
CURL_USERAGENT=" ${PROGNAME} /${VERSION} "
@@ -291,6 +293,7 @@ FULL_CHAIN_INCLUDE_ROOT="false"
291
293
GETSSL_IGNORE_CP_PRESERVE=" false"
292
294
HTTP_TOKEN_CHECK_WAIT=0
293
295
IGNORE_DIRECTORY_DOMAIN=" false"
296
+ OCSP_MUST_STAPLE=" false"
294
297
ORIG_UMASK=$( umask)
295
298
PREFERRED_CHAIN=" " # Set this to use an alternative root certificate
296
299
PREVIOUSLY_VALIDATED=" true"
@@ -301,7 +304,6 @@ REUSE_PRIVATE_KEY="true"
301
304
SERVER_TYPE=" https"
302
305
SKIP_HTTP_TOKEN_CHECK=" false"
303
306
SSLCONF=" $( openssl version -d 2> /dev/null| cut -d\" -f2) /openssl.cnf"
304
- OCSP_MUST_STAPLE=" false"
305
307
TEMP_UPGRADE_FILE=" "
306
308
TOKEN_USER_ID=" "
307
309
USE_SINGLE_ACL=" false"
0 commit comments