Make fpaste.org use certgetter
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
ac055b3927
commit
afc9870755
2 changed files with 5 additions and 8 deletions
|
@ -49,6 +49,10 @@
|
|||
name: fedoramagazine.org
|
||||
SSLCertificateChainFile: fedoramagazine.org.intermediate.cert
|
||||
|
||||
- role: httpd/certificate
|
||||
name: fpaste.org
|
||||
SSLCertificateChainFile: fpaste.org.intermediate.cert
|
||||
|
||||
- role: httpd/certificate
|
||||
name: getfedora.org
|
||||
SSLCertificateChainFile: getfedora.org.intermediate.cert
|
||||
|
|
|
@ -479,18 +479,11 @@
|
|||
#
|
||||
- role: httpd/website
|
||||
name: fpaste.org
|
||||
certbot: true
|
||||
server_aliases:
|
||||
- www.fpaste.org
|
||||
cert_name: fpaste.org
|
||||
SSLCertificateChainFile: fpaste.org.intermediate.cert
|
||||
when: inventory_hostname == 'proxy01.phx2.fedoraproject.org'
|
||||
|
||||
- role: httpd/website
|
||||
name: fpaste.org
|
||||
server_aliases:
|
||||
- www.fpaste.org
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
when: inventory_hostname != 'proxy01.phx2.fedoraproject.org'
|
||||
|
||||
- role: httpd/website
|
||||
name: koji.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue