Mercurial > repos > other > Puppet
changeset 414:23eac935cffa
Switch to LetsEncrypt on Webmail
Firefox on mobile was rejecting our certs for some reason
and wouldn't take a custom CA
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 08 Oct 2022 12:18:44 +0100 |
parents | 6421c6f77eb8 |
children | de6f43c2df66 |
files | manifests/templates.pp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/manifests/templates.pp Sat Oct 08 12:18:02 2022 +0100 +++ b/manifests/templates.pp Sat Oct 08 12:18:44 2022 +0100 @@ -762,7 +762,7 @@ website::https { 'webmail.ibboard.co.uk': proxy_4to6_ip => $proxy_4to6_ip_webmail, force_no_index => false, - ssl_ca_chain => '', + letsencrypt_name => 'webmail.ibboard.co.uk', custom_fragment => template("privat/apache/webmail.fragment"), } include ::apache::params