refactor(ssl): Moved /ssl to /certs

As this directory not only contains the SSL Certs,
the dkim certs as well, renamed to make more sense.

MR !2
This commit is contained in:
2022-02-16 10:29:21 +09:30
parent 72ee475be7
commit 09aabeb68a
3 changed files with 15 additions and 15 deletions

View File

@ -11,7 +11,7 @@ ssl_prefer_server_ciphers = yes
ssl_client_ca_dir = /etc/ssl/certs
ssl_dh = </ssl/dovecot/dh.pem
ssl_cert = </ssl/dovecot/cert.pem
ssl_key = </ssl/dovecot/key.pem
ssl_dh = </certs/dovecot/dh.pem
ssl_cert = </certs/dovecot/cert.pem
ssl_key = </certs/dovecot/key.pem