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