plugins/mod_admin_shell.lua
changeset 12297 145cb8305c67
parent 12295 ec16fb706247
child 12308 8210c2a52e9c
--- a/plugins/mod_admin_shell.lua	Thu Feb 17 01:39:35 2022 +0100
+++ b/plugins/mod_admin_shell.lua	Thu Feb 17 01:41:57 2022 +0100
@@ -819,7 +819,7 @@
 		title = "Certificate";
 		description = "Validation status of certificate";
 		key = "cert_identity_status";
-		width = 13;
+		width = 11;
 		mapper = function(cert_status, session)
 			if cert_status then return capitalize(cert_status); end
 			if session.cert_chain_status == "Invalid" then
@@ -833,7 +833,7 @@
 			elseif session.cert_identity_status == "invalid" then
 				return "Mismatched";
 			end
-			return "Not validated";
+			return "Unknown";
 		end;
 	};
 	sni = {