mirror of
https://github.com/DanWin/mail-hosting.git
synced 2024-11-21 15:10:25 +00:00
commit
47083691bb
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ if [ ! -e /etc/dovecot/ecprivkey.pem ]; then
|
||||||
fi
|
fi
|
||||||
# postifx certificates
|
# postifx certificates
|
||||||
if [ ! -e /etc/postfix/danwin1210-mail.chain ]; then
|
if [ ! -e /etc/postfix/danwin1210-mail.chain ]; then
|
||||||
openssl req -x509 -nodes -days 3650 -newkey ed448 -subj "/" -keyout /etc/postfix/danwin121-mail.key -out /etc/postfix/danwin1210-mail.crt && cat /etc/postfix/danwin1210-mail.key >> /etc/postfix/danwin1210-mail.chain && cat /etc/postfix/danwin1210-mail.crt >> /etc/postfix/danwin1210-mail.chain
|
openssl req -x509 -nodes -days 3650 -newkey ed448 -subj "/" -keyout /etc/postfix/danwin1210-mail.key -out /etc/postfix/danwin1210-mail.crt && cat /etc/postfix/danwin1210-mail.key >> /etc/postfix/danwin1210-mail.chain && cat /etc/postfix/danwin1210-mail.crt >> /etc/postfix/danwin1210-mail.chain
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#install scripts
|
#install scripts
|
||||||
|
|
Loading…
Reference in a new issue