created certs and enabled ssl for forums.thunix.net, git.thunix.net, and lists.thunix.net
This commit is contained in:
parent
1c3e509d2e
commit
d9f03fd1ac
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue