the SSL private key would be overwritten if ssl_certificate.pem file was deleted; maybe the cause of #98
This commit is contained in:
parent
834a7b9096
commit
6619239280
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ source /etc/mailinabox.conf # load global vars
|
|||
apt_install openssl
|
||||
|
||||
mkdir -p $STORAGE_ROOT/ssl
|
||||
if [ ! -f $STORAGE_ROOT/ssl/ssl_certificate.pem ]; then
|
||||
if [ ! -f $STORAGE_ROOT/ssl/ssl_private_key.pem ]; then
|
||||
# Generate a new private key if one doesn't already exist.
|
||||
# Set the umask so the key file is not world-readable.
|
||||
(umask 077; hide_output \
|
||||
|
|
Loading…
Reference in a new issue