Bad copy/paste

master
Carlos Mogas da Silva 6 years ago
parent bd5e624538
commit 99c3eb3822
  1. 2
      haraka.sh

@ -9,7 +9,7 @@ fi
echo $HOSTNAME > /haraka/config/me echo $HOSTNAME > /haraka/config/me
# Get and install certificates from Let's Encrypt # Get and install certificates from Let's Encrypt
if [ ! -f /haraka/config/tls ]; then if [ ! -d /haraka/config/tls ]; then
certbot certonly -n --agree-tos --email "$EMAIL" -d "$HOSTNAME" --standalone --preferred-challenges http certbot certonly -n --agree-tos --email "$EMAIL" -d "$HOSTNAME" --standalone --preferred-challenges http
mkdir -p /haraka/config/tls mkdir -p /haraka/config/tls
cd /haraka/config/tls cd /haraka/config/tls

Loading…
Cancel
Save