Fix postfix cert variables
This commit is contained in:
parent
5dcb7eb0d1
commit
18ca5b4805
1 changed files with 4 additions and 5 deletions
|
@ -7,11 +7,10 @@ certbot:
|
|||
certname: auro.re
|
||||
|
||||
cert:
|
||||
path_prefix: "/etc/letsencrypt/live/{{ cerbot.certname }}"
|
||||
#path_cert: "{{ path_prefix }}/cert.pem"
|
||||
#path_chain: "{{ path_prefix }}/chain.pem"
|
||||
path_fullchain: "{{ path_prefix }}/fullchain.pem"
|
||||
path_privkey: "{{ path_prefix }}/privkey.pem"
|
||||
#path_cert: "/etc/letsencrypt/live/auro.re/cert.pem"
|
||||
#path_chain: "/etc/letsencrypt/live/auro.re/chain.pem"
|
||||
path_fullchain: "/etc/letsencrypt/live/auro.re/fullchain.pem"
|
||||
path_privkey: "/etc/letsencrypt/live/auro.re/privkey.pem"
|
||||
|
||||
nfs:
|
||||
src: "10.128.0.6:/data_mail" # caradoc
|
||||
|
|
Loading…
Reference in a new issue