fixed depending services
This commit is contained in:
parent
5e931d8f41
commit
c2c8727fe9
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ export LETSENCRYPT_KEY="{{ cert.keypath }}"
|
||||||
export LETSENCRYPT_CHAIN="{{ cert.chainpath }}"
|
export LETSENCRYPT_CHAIN="{{ cert.chainpath }}"
|
||||||
export LETSENCRYPT_FULL="{{ cert.fullpath }}"
|
export LETSENCRYPT_FULL="{{ cert.fullpath }}"
|
||||||
export LETSENCRYPT_TOKEN="/etc/letsencrypt/cert_{{ certname }}.token"
|
export LETSENCRYPT_TOKEN="/etc/letsencrypt/cert_{{ certname }}.token"
|
||||||
export LETSENCRYPT_SERVICES="{{ cert.depending_services }}"
|
export LETSENCRYPT_SERVICES="{{ cert.depending_services|join(' ') }}"
|
||||||
export LETSENCRYPT_REMAININGDAYS="{{ cert_backend.remainingdays }}"
|
export LETSENCRYPT_REMAININGDAYS="{{ cert_backend.remainingdays }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue