File: //etc/apache2/sites-available/zomerlust.org-le-ssl.conf
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName zomerlust.org
ServerAlias www.zomerlust.org
ServerAdmin sysmail@zsd.co.za
DocumentRoot /home/zmlstorg/public_html
AssignUserID zmlstorg zmlstorg
# AssignUserID zmlstorgq zmlstorgq
Include zsdvirtualhostgeneric.conf
ErrorLog /home/zmlstorg/log/error.log
LogLevel warn
CustomLog /home/zmlstorg/log/access.log combined
ServerSignature On
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/web6.zsd.co.za/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/web6.zsd.co.za/privkey.pem
</VirtualHost>
</IfModule>