blob: aec6f0342d8551a353c39b87fe2f019a72796b67 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[Service]
{% if acmetool_http_proxy is defined %}
Environment=http_proxy={{ acmetool_http_proxy }}
{% endif %}
{% if acmetool_https_proxy is defined %}
Environment=https_proxy={{ acmetool_https_proxy }}
{% endif %}
{% if acmetool_challenge_webroot_path is defined %}
ReadWritePaths={{ acmetool_challenge_webroot_path }}
{% endif %}
|