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