Fix the letsencrypt ca urls.
This commit is contained in:
parent
5a89b571cd
commit
f4eb4c297e
|
@ -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' }
|
||||
|
|
Loading…
Reference in New Issue