From f717a556e595617bded9c726d203f1d817594f4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Rojas?= Date: Wed, 23 Sep 2015 15:59:24 -0300 Subject: [PATCH] Untrusted certificate alert should be red --- cipherscan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cipherscan b/cipherscan index 2f436be..24be563 100755 --- a/cipherscan +++ b/cipherscan @@ -808,7 +808,7 @@ display_results_in_terminal() { if [[ $trusted == "True" ]]; then trusted="${c_green}trusted${c_reset}" else - trusted="${c_green}untrusted${c_reset}" + trusted="${c_red}untrusted${c_reset}" fi if [[ $different != "True" ]]; then echo -e "Certificate: $trusted, $pubkey bits, $sigalg signature"