File: //etc/apache2/sites-available/csm.co.za-le-ssl.conf
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName csm.co.za
ServerAlias www.csm.co.za test.csm.co.za
ServerAdmin webmaster@csm.co.za
DocumentRoot /home/csm/public_html
AssignUserID csm csm
# AssignUserID csmq csm
Include zsdvirtualhostgeneric.conf
ErrorLog /home/csm/log/error.log
LogLevel warn
CustomLog /home/csm/log/access.log combined
ServerSignature On
# PHP settings requested for drupal
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 60
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/csm.co.za/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/csm.co.za/privkey.pem
</VirtualHost>
</IfModule>