File: //etc/apache2/sites-obsolete/thor.buildfivefriday.com-le-ssl.conf
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName thor.buildfivefriday.com
# ServerAlias www.thor.buildfivefriday.com test.thor.buildfivefriday.com
ServerAdmin webmaster@thor.buildfivefriday.com
DocumentRoot /home/bldthor/public_html
AssignUserID bldthor bldthor
# AssignUserID bldthorq bldthor
Include zsdvirtualhostgeneric.conf
ErrorLog /home/bldthor/log/error.log
LogLevel warn
CustomLog /home/bldthor/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
SSLCertificateFile /etc/letsencrypt/live/thor.buildfivefriday.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/thor.buildfivefriday.com/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>