summaryrefslogtreecommitdiff
path: root/etc/apache
diff options
context:
space:
mode:
Diffstat (limited to 'etc/apache')
-rw-r--r--etc/apache/httpd.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/apache/httpd.conf b/etc/apache/httpd.conf
index 9f79d0d..7bd35c6 100644
--- a/etc/apache/httpd.conf
+++ b/etc/apache/httpd.conf
@@ -139,3 +139,10 @@ PerlSetVar JavaScriptMinifier JavaScript::Minifier::XS
SSLCertificateKeyFile /etc/letsencrypt/live/gentoobrowse.randomdan.homeip.net/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/gentoobrowse.randomdan.homeip.net/chain.pem
</VirtualHost>
+<VirtualHost *:443>
+ ServerName git.randomdan.homeip.net
+ SSLEngine On
+ SSLCertificateFile /etc/letsencrypt/live/git.randomdan.homeip.net/cert.pem
+ SSLCertificateKeyFile /etc/letsencrypt/live/git.randomdan.homeip.net/privkey.pem
+ SSLCertificateChainFile /etc/letsencrypt/live/git.randomdan.homeip.net/chain.pem
+</VirtualHost>