]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
added google ca to example config and added documentation link to error message
authorLukas Schauer <lukas@schauer.dev>
Mon, 14 Apr 2025 17:12:59 +0000 (19:12 +0200)
committerLukas Schauer <lukas@schauer.dev>
Mon, 14 Apr 2025 17:12:59 +0000 (19:12 +0200)
dehydrated
docs/examples/config

index a449624ac3003f5676c7c06e6a526dcebf0abfc7..e4f79a0db33eacb96e8a2a2fbef01843d8c91b61 100755 (executable)
@@ -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
index c72c284de896bce08d3589cfd2b5f4d417c8cce2..e0c5bd1247bf45daecbea75be6cfd8fa7fa606ac 100644 (file)
@@ -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"