Fix the path of the 2024 letsencrypt certificates.
This commit is contained in:
parent
d5c91e42ce
commit
dd345fcc91
|
@ -215,10 +215,12 @@ trusted_ca_letsencrypt_ca_certificates_url: https://letsencrypt.org/certs
|
|||
trusted_ca_letsencrypt_ca_files:
|
||||
- { ca_src: 'isrgrootx1.pem', ca: 'isrgrootx1.crt', name: 'isrg-root-x1' }
|
||||
- { ca_src: 'isrg-root-x2.pem', ca: 'isrg-root-x2.crt', name: 'isrg-root-x2-not-cross' }
|
||||
- { ca_src: 'lets-encrypt-e5.pem', ca: 'lets-encrypt-e5.crt', name: 'lets-encrypt-e5' }
|
||||
- { ca_src: 'lets-encrypt-e6.pem', ca: 'lets-encrypt-e6.crt', name: 'lets-encrypt-e6' }
|
||||
- { ca_src: 'lets-encrypt-r10.pem', ca: 'lets-encrypt-r10.crt', name: 'lets-encrypt-r10-not-cross' }
|
||||
- { ca_src: 'lets-encrypt-r11.pem', ca: 'lets-encrypt-r11.crt', name: 'lets-encrypt-r11-not-cross' }
|
||||
- { ca_src: '2024/e5.pem', ca: 'lets-encrypt-e5.crt', name: 'lets-encrypt-e5' }
|
||||
- { ca_src: '2024/e6.pem', ca: 'lets-encrypt-e6.crt', name: 'lets-encrypt-e6' }
|
||||
- { ca_src: '2024/r10.pem', ca: 'lets-encrypt-r10.crt', name: 'lets-encrypt-r10-not-cross' }
|
||||
- { ca_src: '2024/r11.pem', ca: 'lets-encrypt-r11.crt', name: 'lets-encrypt-r11-not-cross' }
|
||||
https://letsencrypt.org/certs/2024/r11.pem
|
||||
https://letsencrypt.org/certs/2024/e5.pem
|
||||
|
||||
expired_ca_letsencrypt_ca_files:
|
||||
- isrg-root-x2-cross-signed.pem
|
||||
|
|
Loading…
Reference in New Issue