From 7c438c484f7c7a2ea9a779f4fb579d3b513c2a6f Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Mon, 14 Apr 2025 19:12:59 +0200 Subject: [PATCH] added google ca to example config and added documentation link to error message --- dehydrated | 2 +- docs/examples/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dehydrated b/dehydrated index a449624..e4f79a0 100755 --- a/dehydrated +++ b/dehydrated @@ -749,7 +749,7 @@ init_system() { # Google special sauce if [[ "${CA}" = "${CA_GOOGLE}" ]]; then if [[ -z "${CONTACT_EMAIL}" ]] || [[ -z "${EAB_KID:-}" ]] || [[ -z "${EAB_HMAC_KEY:-}" ]]; then - echo "Google requires contact email, EAB_KID and EAB_HMAC_KEY to be manually configured" + echo "Google requires contact email, EAB_KID and EAB_HMAC_KEY to be manually configured (see https://cloud.google.com/certificate-manager/docs/public-ca-tutorial)" FAILED=true fi fi diff --git a/docs/examples/config b/docs/examples/config index c72c284..e0c5bd1 100644 --- a/docs/examples/config +++ b/docs/examples/config @@ -22,7 +22,7 @@ #IP_VERSION= # URL to certificate authority or internal preset -# Presets: letsencrypt, letsencrypt-test, zerossl, buypass, buypass-test +# Presets: letsencrypt, letsencrypt-test, zerossl, buypass, buypass-test, google, google-test # default: letsencrypt #CA="letsencrypt" -- 2.47.3