OXIESEC PANEL
- Current Dir:
/
/
var
/
lib
/
letsencrypt
/
backups
/
1621934338.8809016
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/04/2025 05:07:26 AM
rwxr-xr-x
📄
CHANGES_SINCE
366 bytes
05/25/2021 09:18:58 AM
rw-r--r--
📄
FILEPATHS
45 bytes
05/25/2021 09:18:58 AM
rw-r--r--
📄
cream-le-ssl.conf_0
909 bytes
04/16/2021 05:35:32 AM
rw-r--r--
Editing: cream-le-ssl.conf_0
Close
<IfModule mod_ssl.c> <VirtualHost *:443> ServerAdmin webmaster@localhost ServerName cream ServerAlias www.knoblycream.com knoblycream.com content.bizprout.com content.bizproutx.com DocumentRoot /var/www/cream ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined Include /etc/letsencrypt/options-ssl-apache.conf ServerAlias knoblycream.com ServerAlias content.bizprout.com SSLCertificateFile /etc/letsencrypt/live/www.knoblycream.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/www.knoblycream.com/privkey.pem </VirtualHost> </IfModule> <IfModule mod_ssl.c> <VirtualHost *:80> ServerAdmin webmaster@localhost ServerName cream ServerAlias www.knoblycream.com knoblycream.com DocumentRoot /var/www/cream ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined </VirtualHost> </IfModule>