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