mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-15 13:43:11 +01:00
Fix forced renewal of certificates
This commit is contained in:
parent
2974fc183d
commit
420d32d397
@ -70,7 +70,7 @@ update_certs() {
|
||||
params_d_str=""
|
||||
[[ $DEBUG == true ]] && params_d_str+=" -v"
|
||||
[[ $REUSE_KEY == true ]] && params_d_str+=" --reuse_key"
|
||||
[[ "${1}" == "--force-renew" ]] && params_d_str+=" --valid_min 7776000" && shift
|
||||
[[ "${1}" == "--force-renew" ]] && params_d_str+=" --valid_min 7776000"
|
||||
|
||||
hosts_array_expanded=("${!hosts_array}")
|
||||
# First domain will be our base domain
|
||||
|
Loading…
Reference in New Issue
Block a user