11 lines
388 B
Text
11 lines
388 B
Text
|
archive_dir = /etc/letsencrypt/archive/{{ domain }}
|
||
|
cert = /etc/letsencrypt/live/{{ domain }}/cert.pem
|
||
|
privkey = /etc/letsencrypt/live/{{ domain }}/privkey.pem
|
||
|
chain = /etc/letsencrypt/live/{{ domain }}/chain.pem
|
||
|
fullchain = /etc/letsencrypt/live/{{ domain }}/fullchain.pem
|
||
|
|
||
|
[renewalparams]
|
||
|
authenticator = webroot
|
||
|
installer = null
|
||
|
server = https://acme-v02.api.letsencrypt.org/directory
|