summaryrefslogtreecommitdiffstats
path: root/base/server/scripts
diff options
context:
space:
mode:
authorJack Magne <jmagne@localhost.localdomain>2015-07-14 10:07:10 -0700
committerJack Magne <jmagne@localhost.localdomain>2015-07-16 19:11:12 -0700
commit5952c616ad8dd271af7ceaa19f84dd81ca3be34d (patch)
tree6a771fa482c6529487d593978bda37745d6afb79 /base/server/scripts
parenta499bee6d673be26faeb08f83e356e6d80a816aa (diff)
downloadpki-5952c616ad8dd271af7ceaa19f84dd81ca3be34d.tar.gz
pki-5952c616ad8dd271af7ceaa19f84dd81ca3be34d.tar.xz
pki-5952c616ad8dd271af7ceaa19f84dd81ca3be34d.zip
TPS add phone home URLs to pkidaemon status message.
Ticket # 1466 . Also remove some needless copies of server.xml from the code.
Diffstat (limited to 'base/server/scripts')
-rw-r--r--base/server/scripts/operations4
1 files changed, 4 insertions, 0 deletions
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`