forked from ISTI-ansible-roles/ansible-roles
Force a cert request when something changed.
This commit is contained in:
parent
747c551c00
commit
58e596ed5d
|
@ -45,7 +45,7 @@ ACME_SH_FIRST_REQUEST_CERT_DOMAINS="{% for dom in letsencrypt_acme_sh_domains %}
|
||||||
ACME_SH_ISSUE_CERT_REQUEST="$ACME_SH_ISSUE_CERT_REQUEST_OPTIONS $ACME_SH_ISSUE_CERT_DOMAINS"
|
ACME_SH_ISSUE_CERT_REQUEST="$ACME_SH_ISSUE_CERT_REQUEST_OPTIONS $ACME_SH_ISSUE_CERT_DOMAINS"
|
||||||
|
|
||||||
# The complete command line to issue a certificate. The first time we have to use port 80 when not using the dns protocol
|
# The complete command line to issue a certificate. The first time we have to use port 80 when not using the dns protocol
|
||||||
ACME_SH_FIRST_CERT_REQUEST="$ACME_SH_ISSUE_CERT_REQUEST_OPTIONS $ACME_SH_FIRST_REQUEST_CERT_DOMAINS"
|
ACME_SH_FIRST_CERT_REQUEST="$ACME_SH_ISSUE_CERT_REQUEST_OPTIONS --force $ACME_SH_FIRST_REQUEST_CERT_DOMAINS"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Certificate install options
|
# Certificate install options
|
||||||
|
|
Loading…
Reference in New Issue