From efd02a405dfd79023a6744194e73a332a7d17fe4 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 10 Jan 2022 21:15:12 +0000 Subject: [PATCH] Monitor the HTTPS cert for id.openinfra.dev The OpenStackID project has been rebranded, and the old openstackid.org deployment is being retained temporarily in order to ease transition, but id.openinfra.dev is in place now and intended as its successor. Monitor its HTTPS cert like we do for its predecessor, so we'll be aware of any impending expiration, as we host some services which depend on it. Change-Id: I7fee4d42db672bffa80fbca953979fad9896880e --- 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 b7bab11bdc..3cab95bd79 100644 --- a/playbooks/group_vars/certcheck.yaml +++ b/playbooks/group_vars/certcheck.yaml @@ -1,4 +1,5 @@ letsencrypt_certcheck_additional_domains: + - id.openinfra.dev 443 - openstackid.org 443 - wiki.openstack.org 443 - www.openstack.org 443