]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
added note about checking with CA for supported validation methods
authorLukas Schauer <lukas@schauer.dev>
Thu, 30 Apr 2026 14:15:24 +0000 (16:15 +0200)
committerLukas Schauer <lukas@schauer.dev>
Thu, 30 Apr 2026 14:15:24 +0000 (16:15 +0200)
dehydrated

index dcdfbfbf1a4f9273a69385740a400cc297ce4550..92ff7ae0295dd42f7029d0a271e1cd30d2675576 100755 (executable)
@@ -1248,7 +1248,7 @@ sign_csr() {
 
     if [ -z "${challengeindex}" ]; then
       allowed_validations="$(echo "${response}" | grep -E '^\["challenges",[0-9]+,"type"\]' | sed -e 's/\[[^\]*\][[:space:]]*//g' -e 's/^"//' -e 's/"$//' | tr '\n' ' ')"
-      _exiterr "Validating this certificate is not possible using ${CHALLENGETYPE}. Possible validation methods are: ${allowed_validations}"
+      _exiterr "Validating this certificate is not possible using ${CHALLENGETYPE}. Possible validation methods are: ${allowed_validations}. Please check with your CA for more information about supported validation methods."
     fi
     challenge="$(echo "${response}" | get_json_dict_value -p '"challenges",'"${challengeindex}")"