Fix the letsencrypt ca urls.

This commit is contained in:
Andrea Dell'Amico 2021-09-29 22:56:29 +02:00
parent 5a89b571cd
commit f4eb4c297e
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ no_proxy_targets:
trusted_ca_el_anchors_path: '/etc/pki/ca-trust/source/anchors'
# it shoudn't be needed
trusted_ca_letsencrypt_install: False
trusted_ca_letsencrypt_ca_certificates_url: https://letsencrypt.org/certificates/
trusted_ca_letsencrypt_ca_certificates_url: https://letsencrypt.org/certs
trusted_ca_letsencrypt_ca_files:
- { ca: 'isrgrootx1.pem', name: 'isrg-root-x1' }
- { ca: 'isrg-root-x2.pem', name: 'isrg-root-x2-not-cross' }