]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
be more verbose for acme v2 challenge handling
authorLukas Schauer <lukas@schauer.so>
Sat, 27 Jan 2018 21:51:39 +0000 (22:51 +0100)
committerLukas Schauer <lukas@schauer.so>
Sat, 27 Jan 2018 21:51:39 +0000 (22:51 +0100)
dehydrated

index 3675d3d86b9c45b4e7ef387ce97690eb9d7ff5a4..4a162bc5889209145419a4822e3fdf0f1579310f 100755 (executable)
@@ -640,6 +640,7 @@ sign_csr() {
       echo " + Requesting challenge for ${altname}..."
       response="$(signed_request "${CA_NEW_AUTHZ}" '{"resource": "new-authz", "identifier": {"type": "dns", "value": "'"${altname}"'"}}' | clean_json)"
     else
+      echo " + Handling challenge for ${altname}..."
       uris="$(<<<"${authorization[${idy}]}" _sed -e 's/\"(.*)".*/\1/')"
       response="$(http_request get "${uris}" | clean_json)"
     fi