We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a649f commit 5c962a7Copy full SHA for 5c962a7
getssl
@@ -598,6 +598,7 @@ check_challenge_completion_dns() { # perform validation via DNS challenge
598
rr_cname=$(grep -i "^${rr}"<<<"${check_output}"|grep 'IN\WCNAME'|awk '{ print $5}')
599
debug "cname check=\"$rr_cname\""
600
if [[ -n "$rr_cname" ]]; then
601
+ check_output=$($DNS_CHECK_FUNC $DNS_CHECK_OPTIONS TXT "${rr_cname}" "@${ns}")
602
check_result=$(grep -i "^${rr_cname}"<<<"${check_output}"|grep 'IN\WTXT'|awk -F'"' '{ print $2}' | uniq)
603
fi
604
0 commit comments