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