created certs and enabled ssl for forums.thunix.net, git.thunix.net, and lists.thunix.net

This commit is contained in:
Anton McClure 2019-05-25 10:57:21 -04:00 committed by fosslinux
parent 38d70c5fb2
commit 43f5227bd4
3 changed files with 49 additions and 49 deletions

View File

@ -11,20 +11,20 @@
</Directorymatch> </Directorymatch>
</VirtualHost> </VirtualHost>
#<IfModule mod_ssl.c> <IfModule mod_ssl.c>
# <VirtualHost *:443> <VirtualHost *:443>
# ServerAdmin webmaster@thunix.net ServerAdmin webmaster@thunix.net
# ServerName forums.thunix.net ServerName forums.thunix.net
# ServerAlias forums.thunixme5v4rnoby.onion ServerAlias forums.thunixme5v4rnoby.onion
# DocumentRoot /var/www/forums.thunix.net DocumentRoot /var/www/forums.thunix.net
# ErrorLog ${APACHE_LOG_DIR}/error.log ErrorLog ${APACHE_LOG_DIR}/error.log
# CustomLog ${APACHE_LOG_DIR}/access.log combined CustomLog ${APACHE_LOG_DIR}/access.log combined
# <Directorymatch "^/.*/\.git/"> <Directorymatch "^/.*/\.git/">
# Order deny,allow Order deny,allow
# Deny from all Deny from all
# </Directorymatch> </Directorymatch>
# SSLCertificateFile /etc/letsencrypt/live/forums.thunix.net/fullchain.pem SSLCertificateFile /etc/letsencrypt/live/forums.thunix.net/fullchain.pem
# SSLCertificateKeyFile /etc/letsencrypt/live/forums.thunix.net/privkey.pem SSLCertificateKeyFile /etc/letsencrypt/live/forums.thunix.net/privkey.pem
# Include /etc/letsencrypt/options-ssl-apache.conf Include /etc/letsencrypt/options-ssl-apache.conf
#</VirtualHost> </VirtualHost>
#</IfModule> </IfModule>

View File

@ -11,19 +11,19 @@
</Directorymatch> </Directorymatch>
</VirtualHost> </VirtualHost>
#<IfModule mod_ssl.c> <IfModule mod_ssl.c>
# <VirtualHost *:443> <VirtualHost *:443>
# ServerAdmin webmaster@thunix.net ServerAdmin webmaster@thunix.net
# ServerName git.thunix.net ServerName git.thunix.net
# DocumentRoot /var/www/git.thunix.net DocumentRoot /var/www/git.thunix.net
# ErrorLog ${APACHE_LOG_DIR}/error.log ErrorLog ${APACHE_LOG_DIR}/error.log
# CustomLog ${APACHE_LOG_DIR}/access.log combined CustomLog ${APACHE_LOG_DIR}/access.log combined
# <Directorymatch "^/.*/\.git/"> <Directorymatch "^/.*/\.git/">
# Order deny,allow Order deny,allow
# Deny from all Deny from all
# </Directorymatch> </Directorymatch>
# SSLCertificateFile /etc/letsencrypt/live/git.thunix.net/fullchain.pem SSLCertificateFile /etc/letsencrypt/live/git.thunix.net/fullchain.pem
# SSLCertificateKeyFile /etc/letsencrypt/live/git.thunix.net/privkey.pem SSLCertificateKeyFile /etc/letsencrypt/live/git.thunix.net/privkey.pem
# Include /etc/letsencrypt/options-ssl-apache.conf Include /etc/letsencrypt/options-ssl-apache.conf
#</VirtualHost> </VirtualHost>
#</IfModule> </IfModule>

View File

@ -11,19 +11,19 @@
</Directorymatch> </Directorymatch>
</VirtualHost> </VirtualHost>
#<IfModule mod_ssl.c> <IfModule mod_ssl.c>
# <VirtualHost *:443> <VirtualHost *:443>
# ServerAdmin webmaster@thunix.net ServerAdmin webmaster@thunix.net
# ServerName lists.thunix.net ServerName lists.thunix.net
# DocumentRoot /var/www/lists.thunix.net DocumentRoot /var/www/lists.thunix.net
# ErrorLog ${APACHE_LOG_DIR}/error.log ErrorLog ${APACHE_LOG_DIR}/error.log
# CustomLog ${APACHE_LOG_DIR}/access.log combined CustomLog ${APACHE_LOG_DIR}/access.log combined
# <Directorymatch "^/.*/\.git/"> <Directorymatch "^/.*/\.git/">
# Order deny,allow Order deny,allow
# Deny from all Deny from all
# </Directorymatch> </Directorymatch>
# SSLCertificateFile /etc/letsencrypt/live/lists.thunix.net/fullchain.pem SSLCertificateFile /etc/letsencrypt/live/lists.thunix.net/fullchain.pem
# SSLCertificateKeyFile /etc/letsencrypt/live/lists.thunix.net/privkey.pem SSLCertificateKeyFile /etc/letsencrypt/live/lists.thunix.net/privkey.pem
# Include /etc/letsencrypt/options-ssl-apache.conf Include /etc/letsencrypt/options-ssl-apache.conf
#</VirtualHost> </VirtualHost>
#</IfModule> </IfModule>