diff options
author | Alex Auvolat <alex@adnab.me> | 2022-12-25 23:03:37 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-12-25 23:03:37 +0100 |
commit | 40f56707535a7167c1ea1e4bafb0868dfaba8117 (patch) | |
tree | bf34fb92640e43baa5c22f0efe9685624d6adb7a /cluster/prod/app/email/secrets.toml | |
parent | 2bbf54094505c5b354e7bf32874da791fa938431 (diff) | |
download | nixcfg-40f56707535a7167c1ea1e4bafb0868dfaba8117.tar.gz nixcfg-40f56707535a7167c1ea1e4bafb0868dfaba8117.zip |
Remove old way of doing email certs (self-signed)
Diffstat (limited to 'cluster/prod/app/email/secrets.toml')
-rw-r--r-- | cluster/prod/app/email/secrets.toml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/cluster/prod/app/email/secrets.toml b/cluster/prod/app/email/secrets.toml index 95df626..6263e33 100644 --- a/cluster/prod/app/email/secrets.toml +++ b/cluster/prod/app/email/secrets.toml @@ -1,14 +1,5 @@ # ---- POSTFIX ---- -[secrets."email/postfix/postfix.key"] -type = 'SSL_KEY' -name = 'postfix' - -[secrets."email/postfix/postfix.crt"] -type = 'SSL_CERT' -name = 'postfix' -cert_domains = "['deuxfleurs.fr']" - [secrets."email/dkim/smtp.private"] type = 'RSA_PRIVATE_KEY' name = 'dkim' @@ -20,16 +11,6 @@ dn_secret = "email/dovecot/ldap_binddn" password_secret = "email/dovecot/ldap_bindpwd" -[secrets."email/dovecot/dovecot.key"] -type = 'SSL_KEY' -name = 'dovecot' - -[secrets."email/dovecot/dovecot.crt"] -type = 'SSL_CERT' -name = 'dovecot' -cert_domains = "['deuxfleurs.fr']" - - # ---- SOGO ---- [service_users."sogo"] |