From: Lukas Schauer Date: Mon, 14 Apr 2025 17:12:59 +0000 (+0200) Subject: added google ca to example config and added documentation link to error message X-Git-Tag: v0.7.2~7 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=7c438c484f7c7a2ea9a779f4fb579d3b513c2a6f;p=thirdparty%2Fdehydrated.git added google ca to example config and added documentation link to error message --- 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"