From 6036760adbfd65f1a352725942e7abec083e5638 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 27 Aug 2018 16:12:09 +0300 Subject: [PATCH] Updated Apache (markdown) --- Apache.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Apache.md b/Apache.md index 0b691ef..8564540 100644 --- a/Apache.md +++ b/Apache.md @@ -34,6 +34,8 @@ Config at `/etc/apache2/sites-available/example.com.conf`: ```ApacheConf + ServerName example.com + SSLEngine On SSLCertificateFile /etc/letsencrypt/live/example.com/cert.pem SSLCertificateKeyFile /etc/letsencrypt/live/example.com/privkey.pem @@ -53,6 +55,8 @@ Config at `/etc/apache2/sites-available/example.com.conf`: ```ApacheConf + ServerName example.com + SSLEngine On SSLCertificateFile /etc/letsencrypt/live/example.com/cert.pem SSLCertificateKeyFile /etc/letsencrypt/live/example.com/privkey.pem