added google ca to example config and added documentation link to error message

This commit is contained in:
Lukas Schauer
2025-04-14 19:12:59 +02:00
parent a94f451014
commit 7c438c484f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -749,7 +749,7 @@ init_system() {
# Google special sauce # Google special sauce
if [[ "${CA}" = "${CA_GOOGLE}" ]]; then if [[ "${CA}" = "${CA_GOOGLE}" ]]; then
if [[ -z "${CONTACT_EMAIL}" ]] || [[ -z "${EAB_KID:-}" ]] || [[ -z "${EAB_HMAC_KEY:-}" ]]; 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 FAILED=true
fi fi
fi fi
+1 -1
View File
@@ -22,7 +22,7 @@
#IP_VERSION= #IP_VERSION=
# URL to certificate authority or internal preset # 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 # default: letsencrypt
#CA="letsencrypt" #CA="letsencrypt"