fixed depending services

This commit is contained in:
nd 2020-07-04 12:19:48 +02:00
parent 5e931d8f41
commit c2c8727fe9
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -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 }}"