mastus: correct path for dovecot SSL keys
This commit is contained in:
parent
da7fe2a33f
commit
abaafd61ef
@ -38,7 +38,7 @@
|
||||
mailLocation = "maildir:~/mail";
|
||||
sslCACert = "/etc/sslcerts/startssl.cert";
|
||||
sslServerCert = "/etc/sslcerts/mail.cert";
|
||||
sslServerKey = "/etc/sslcerts/mail.key";
|
||||
sslServerKey = "/etc/sslcerts/mail-dovecot.key";
|
||||
};
|
||||
|
||||
services.spamassassin.enable = true;
|
||||
|
@ -52,8 +52,8 @@ KEY_CN=mail.gebner.org pkitool --server mail
|
||||
|
||||
cp keys/ca.crt startssl.cert
|
||||
cp keys/mail.crt mail.cert
|
||||
cp keys/mail.key mail-postfix.key
|
||||
cp keys/mail.key mail-dovecot.key
|
||||
cp keys/mail.key mail.key
|
||||
cp keys/mail.key mail-dovecot.key && chown dovecot2 mail-dovecot.key
|
||||
cp keys/git.crt git.cert
|
||||
cp keys/git.key mastus.key
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user