Merge pull request from balena-io/ab77/patch

Relax regex to match all Let's Encrypt CNs
This commit is contained in:
flowzone-app[bot] 2024-07-09 19:14:12 +00:00 committed by GitHub
commit b488898517
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -145,7 +145,7 @@ auto-pki: config # Start all services using LetsEncrypt and ACME
@docker compose up -d
@$(MAKE) waitlog SERVICE=cert-manager LOG_STRING="/certs/export/chain.pem Certificate will not expire in [0-9] days"
@$(MAKE) waitlog SERVICE=cert-manager LOG_STRING="subject=CN = ${DNS_TLD}"
@$(MAKE) waitlog SERVICE=cert-manager LOG_STRING="issuer=C = US, O = Let's Encrypt, CN = R3"
@$(MAKE) waitlog SERVICE=cert-manager LOG_STRING="issuer=C = US, O = Let's Encrypt, CN = .*"
@$(MAKE) wait SERVICE=haproxy
@$(MAKE) showenv
@$(MAKE) showpass