Files
fedora-infra_ansible/roles/httpd/website/defaults/main.yml
Kevin Fenzi 4430178b29 Revert "wildcard-2022.fedoraproject.org cert"
This reverts commit 57f0d4fdb6.

For an anoying reason, armv7 image builds come up with the time as 10
days ago, which makes this cert invalid. So, move back to the old cert
for a week or so and then switch to the new one again. ;(
2022-01-31 12:39:49 -08:00

17 lines
423 B
YAML

# These three are required
#name: ...
#cert_name: ""
use_h2: true
server_aliases: []
server_admin: webmaster@fedoraproject.org
certbot: false
ssl: true
sslonly: false
SSLCertificateChainFile: wildcard-2020.fedoraproject.org.intermediate.cert
gzip: false
stssubdomains: true
# set to true to enable the proxy to redirect the http01 challenge
# to certgetter, set to false to disable (for migration)
enable_certgetter: true