From d2f688e925d1baf768c285f095ad6c7e8001008c Mon Sep 17 00:00:00 2001 From: Dirk Date: Sat, 11 Feb 2017 14:16:18 +0100 Subject: [PATCH] CAA RR belongs also in JSON, see #588 --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 0e2cb37..96366d6 100755 --- a/testssl.sh +++ b/testssl.sh @@ -6280,7 +6280,7 @@ certificate_info() { caa="$(get_caa_rr_record $NODE)" if [[ -n "$caa" ]]; then pr_done_good "OK"; out " (" ; pr_italic "$caa"; out ")" - fileout "${json_prefix}CAA_record" "OK" "DNS Certification Authority Authorization (CAA) Resource Record / RFC6844 : offered" + fileout "${json_prefix}CAA_record" "OK" "DNS Certification Authority Authorization (CAA) Resource Record / RFC6844 : \"$caa\" " else pr_svrty_low "--" fileout "${json_prefix}CAA_record" "LOW" "DNS Certification Authority Authorization (CAA) Resource Record / RFC6844 : not offered"