From dd345fcc91150c84f544678251fd7ce052a86981 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 9 Jul 2024 16:04:43 +0200 Subject: [PATCH] Fix the path of the 2024 letsencrypt certificates. --- defaults/main.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index ed50ba0..99863e9 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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