File: //etc/apache2/sites-available/drde.co.za-le-ssl.conf
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName drde.co.za
ServerAlias www.drde.co.za test.drde.co.za
ServerAdmin webmaster@drde.co.za
DocumentRoot /home/drde/public_html
AssignUserID drde drde
# AssignUserID drdeq drde
Include zsdvirtualhostgeneric.conf
ErrorLog /home/drde/log/error.log
LogLevel warn
CustomLog /home/drde/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/drde.co.za/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/drde.co.za/privkey.pem
</VirtualHost>
</IfModule>