mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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. ;(
17 lines
423 B
YAML
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
|