mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
The old one expires in about 57 days, but might as well just renew it early and avoid problems later. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
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-2024.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
|