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