summaryrefslogtreecommitdiffstats
path: root/base/server/python
diff options
context:
space:
mode:
Diffstat (limited to 'base/server/python')
-rw-r--r--base/server/python/pki/server/deployment/pkimessages.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/base/server/python/pki/server/deployment/pkimessages.py b/base/server/python/pki/server/deployment/pkimessages.py
index ecfbe5d0b..57752ff9f 100644
--- a/base/server/python/pki/server/deployment/pkimessages.py
+++ b/base/server/python/pki/server/deployment/pkimessages.py
@@ -354,7 +354,9 @@ PKI_CHECK_STATUS_MESSAGE = '''
systemctl status pki-tomcatd@%s.service
'''
PKI_ACCESS_URL = " The URL for the subsystem is: \n"\
- " https://%s:%s/%s"
+ " https://%s:%s/%s/services"
+PKI_ACCESS_TPS_URL = " The URL for the subsystem is: \n"\
+ " https://%s:%s/%s"
PKI_INSTANCE_RESTART_MESSAGE = \
" To restart the subsystem: \n"\
" systemctl restart pki-tomcatd@%s.service"