Fix postfix cert variables
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details

mailserver
otthorn 3 years ago
parent b35922346e
commit c0cd3946fb

@ -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…
Cancel
Save