summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server/deployment/pkiparser.py
diff options
context:
space:
mode:
authorJack Magne <jmagne@dhcp-16-213.sjc.redhat.com>2014-04-14 15:39:50 -0700
committerJack Magne <jmagne@dhcp-16-213.sjc.redhat.com>2014-04-15 14:40:28 -0700
commit19664d23cf0808a25e736b97fb12144b60b84aba (patch)
tree6c53785ae12fdeca3ad5e6a039226f19746d0da2 /base/server/python/pki/server/deployment/pkiparser.py
parent32a0192af220f2b18f79a9231310fefd22182afb (diff)
downloadpki-19664d23cf0808a25e736b97fb12144b60b84aba.tar.gz
pki-19664d23cf0808a25e736b97fb12144b60b84aba.tar.xz
pki-19664d23cf0808a25e736b97fb12144b60b84aba.zip
PhoneHome feature:
1. Provides an xml file served by TPS to allow the client(esc) to configure itself to contact TPS. 2. Edewata review fixes. Return application/xml instead of text/xml, and fix how the phone home file path is calculated.
Diffstat (limited to 'base/server/python/pki/server/deployment/pkiparser.py')
-rw-r--r--base/server/python/pki/server/deployment/pkiparser.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/base/server/python/pki/server/deployment/pkiparser.py b/base/server/python/pki/server/deployment/pkiparser.py
index 8348648e5..b0e5fbcb1 100644
--- a/base/server/python/pki/server/deployment/pkiparser.py
+++ b/base/server/python/pki/server/deployment/pkiparser.py
@@ -711,6 +711,12 @@ class PKIConfigParser:
os.path.join(self.pki_master_dict\
['pki_subsystem_configuration_path'],
"transportCert.profile")
+ elif self.pki_master_dict['pki_subsystem'] == "TPS":
+ self.pki_master_dict['pki_target_phone_home_xml'] = \
+ os.path.join(
+ self.pki_master_dict['pki_subsystem_configuration_path'],
+ "phoneHome.xml")
+
# Slot assignment name/value pairs
# NOTE: Master key == Slots key; Master value ==> Slots value
self.pki_master_dict['PKI_INSTANCE_NAME_SLOT'] = \