attempt to make letsencrypt take over for fedorahosted.org
This commit is contained in:
parent
042b730bb0
commit
345a05bb0c
3 changed files with 13 additions and 18 deletions
|
@ -19,9 +19,9 @@
|
|||
certname: wildcard-2017.fedoraproject.org
|
||||
SSLCertificateChainFile: wildcard-2017.fedoraproject.org.intermediate.cert
|
||||
|
||||
- role: httpd/certificate
|
||||
certname: wildcard-2017.fedorahosted.org
|
||||
SSLCertificateChainFile: wildcard-2017.fedorahosted.org.intermediate.cert
|
||||
# - role: httpd/certificate
|
||||
# certname: wildcard-2017.fedorahosted.org
|
||||
# SSLCertificateChainFile: wildcard-2017.fedorahosted.org.intermediate.cert
|
||||
|
||||
- role: httpd/certificate
|
||||
certname: wildcard-2017.id.fedoraproject.org
|
||||
|
|
|
@ -550,10 +550,11 @@
|
|||
website: port389.org
|
||||
target: https://directory.fedoraproject.org/
|
||||
|
||||
- role: httpd/redirect
|
||||
shortname: k12linux
|
||||
website: k12linux.org
|
||||
target: https://fedorahosted.org/k12linux/
|
||||
# comment out 2020-02-05 .. this has been broken for 2 years
|
||||
# - role: httpd/redirect
|
||||
# shortname: k12linux
|
||||
# website: k12linux.org
|
||||
# target: https://fedorahosted.org/k12linux/
|
||||
|
||||
- role: httpd/redirect
|
||||
shortname: dogtagpki
|
||||
|
|
|
@ -746,8 +746,8 @@
|
|||
site_name: lists.fedorahosted.org
|
||||
server_aliases: [lists.stg.fedorahosted.org]
|
||||
sslonly: true
|
||||
SSLCertificateChainFile: wildcard-2017.fedorahosted.org.intermediate.cert
|
||||
cert_name: wildcard-2017.fedorahosted.org
|
||||
certbot: true
|
||||
tags: fedorahosted
|
||||
|
||||
- role: httpd/website
|
||||
site_name: "id{{ env_suffix }}.fedoraproject.org"
|
||||
|
@ -1007,15 +1007,9 @@
|
|||
- role: httpd/website
|
||||
site_name: fedorahosted.org
|
||||
sslonly: true
|
||||
server_aliases: [bzr.fedorahosted.org hg.fedorahosted.org svn.fedorahosted.org]
|
||||
SSLCertificateChainFile: wildcard-2017.fedorahosted.org.intermediate.cert
|
||||
cert_name: wildcard-2017.fedorahosted.org
|
||||
|
||||
- role: httpd/website
|
||||
site_name: git.fedorahosted.org
|
||||
sslonly: true
|
||||
SSLCertificateChainFile: wildcard-2017.fedorahosted.org.intermediate.cert
|
||||
cert_name: wildcard-2017.fedorahosted.org
|
||||
server_aliases: [git.fedorahosted.org bzr.fedorahosted.org hg.fedorahosted.org svn.fedorahosted.org]
|
||||
certbot: true
|
||||
tags: fedorahosted
|
||||
|
||||
# planet.fedoraproject.org is not to be used, it's fedoraplanet.org
|
||||
# We only have it here so we can redirect it with the correct cert
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue