From 476856a44ed1f96f630e19492a0d82ecac5db293 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 24 Jun 2015 12:07:47 -0400 Subject: Updated man pages with TPS info. The man pages for pkispawn and pki_default.cfg have been updated to include TPS deployment parameters. https://fedorahosted.org/pki/ticket/1277 --- base/server/python/pki/server/deployment/pkiparser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/server/python/pki/server/deployment') diff --git a/base/server/python/pki/server/deployment/pkiparser.py b/base/server/python/pki/server/deployment/pkiparser.py index 4b3dabb92..c1b6be395 100644 --- a/base/server/python/pki/server/deployment/pkiparser.py +++ b/base/server/python/pki/server/deployment/pkiparser.py @@ -71,7 +71,7 @@ class PKIConfigParser: nargs=1, choices=config.PKI_SUBSYSTEMS, metavar='', help='where is ' - 'CA, KRA, OCSP, RA, TKS, or TPS') + 'CA, KRA, OCSP, TKS, or TPS') self.optional.add_argument( '-h', '--help', dest='help', action='help', @@ -1178,7 +1178,7 @@ class PKIConfigParser: elif (config.pki_subsystem != "CA" or\ config.str2bool(self.mdict['pki_clone']) or\ config.str2bool(self.mdict['pki_subordinate'])): - # PKI KRA, PKI OCSP, PKI RA, PKI TKS, PKI TPS, + # PKI KRA, PKI OCSP, PKI TKS, PKI TPS, # CA Clone, KRA Clone, OCSP Clone, TKS Clone, TPS Clone # Subordinate CA self.mdict['pki_security_domain_type'] = "existing" -- cgit