From 5952c616ad8dd271af7ceaa19f84dd81ca3be34d Mon Sep 17 00:00:00 2001 From: Jack Magne Date: Tue, 14 Jul 2015 10:07:10 -0700 Subject: TPS add phone home URLs to pkidaemon status message. Ticket # 1466 . Also remove some needless copies of server.xml from the code. --- base/server/scripts/operations | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'base/server/scripts') diff --git a/base/server/scripts/operations b/base/server/scripts/operations index 8fa58e1ba..ede5f8229 100644 --- a/base/server/scripts/operations +++ b/base/server/scripts/operations @@ -488,6 +488,8 @@ get_pki_status_definitions_tomcat() secure_admin_url_statement="Secure Admin URL" pki_console_command_statement="PKI Console Command" tomcat_port_statement="Tomcat Port" + unsecure_phone_home_statement="Unsecure PHONE HOME" + secure_phone_home_statement="Secure PHONE HOME" # initialize looping variables pki_status_comment_found=0 @@ -615,6 +617,8 @@ get_pki_status_definitions_tomcat() [ "$head" == "$secure_admin_url_statement" ] || [ "$head" == "$secure_ee_client_auth_url_statement" ] || [ "$head" == "$pki_console_command_statement" ] || + [ "$head" == "$unsecure_phone_home_statement" ] || + [ "$head" == "$secure_phone_home_statement" ] || [ "$head" == "$tomcat_port_statement" ] ; then echo " $line" total_ports=`expr ${total_ports} + 1` -- cgit