Fix postfix cert variables
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
otthorn 2021-02-05 01:17:58 +01:00
parent b35922346e
commit c0cd3946fb

View file

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