Add the apache configuration file to activate https on anitya
This commit is contained in:
parent
49c90be742
commit
10d75e12ac
1 changed files with 9 additions and 0 deletions
9
roles/anitya/frontend/files/0_releasemonitoring.conf
Normal file
9
roles/anitya/frontend/files/0_releasemonitoring.conf
Normal file
|
@ -0,0 +1,9 @@
|
|||
LoadModule ssl_module modules/mod_ssl.so
|
||||
|
||||
Listen 443
|
||||
<VirtualHost *:443>
|
||||
ServerName release-monitoring.org
|
||||
SSLEngine on
|
||||
SSLCertificateFile /etc/pki/tls/certs/release-monitoring.org.cert
|
||||
SSLCertificateKeyFile /etc/pki/tls/certs/release-monitoring.org.key
|
||||
</VirtualHost>
|
Loading…
Add table
Add a link
Reference in a new issue