From 513f82cf288e288e5d8e43a22173a18c8afe7854 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Wed, 27 Sep 2023 18:38:38 +0200 Subject: [PATCH] Add openstack.org to certcheck domains Apparently this has a cert that can expire independently from www.openstack.org, so let's check this, too. Change-Id: I852af03b99205e07241e90b589c9d579204ed766 --- playbooks/group_vars/certcheck.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/group_vars/certcheck.yaml b/playbooks/group_vars/certcheck.yaml index aef752eeb2..84c215f41c 100644 --- a/playbooks/group_vars/certcheck.yaml +++ b/playbooks/group_vars/certcheck.yaml @@ -1,6 +1,7 @@ letsencrypt_certcheck_additional_domains: - id.openinfra.dev 443 - wiki.openstack.org 443 + - openstack.org 443 - www.openstack.org 443 - us.linaro.cloud 5000 - download.cirros-cloud.net 443