This commit is contained in:
Firm 2017-05-25 22:52:35 +00:00 committed by GitHub
commit 630e976401

View File

@ -4178,6 +4178,7 @@ _installcert() {
cp "$_real_key" "$_backup_path/key.bak" cp "$_real_key" "$_backup_path/key.bak"
fi fi
cat "$CERT_KEY_PATH" >"$_real_key" cat "$CERT_KEY_PATH" >"$_real_key"
chmod go-rwx "$_real_key"
fi fi
if [ "$_real_fullchain" ]; then if [ "$_real_fullchain" ]; then