summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2016-07-16 07:01:23 +0200
committerEndi S. Dewata <edewata@redhat.com>2016-07-20 01:00:37 +0200
commitd20638e2916fb99da5cf09d869a1fbc89cd6f17b (patch)
tree405ca4644f5403386527c25bf93027934a3f4413
parent078dfc1f01dea30800f19eed6df4ed547edffee3 (diff)
Removed redundant question in interactive pkispawn.
The pkispawn has been modified such that if the admin selects to import the admin certificate the admin will not be asked where to export the certificate. https://fedorahosted.org/pki/ticket/2399
-rwxr-xr-xbase/server/sbin/pkispawn8
1 files changed, 4 insertions, 4 deletions
diff --git a/base/server/sbin/pkispawn b/base/server/sbin/pkispawn
index d3a111fc9..11745b4c4 100755
--- a/base/server/sbin/pkispawn
+++ b/base/server/sbin/pkispawn
@@ -226,9 +226,9 @@ def main(argv):
'pki_import_admin_cert',
'False')
- parser.read_text('Export certificate to',
- config.pki_subsystem,
- 'pki_client_admin_cert')
+ parser.read_text('Export certificate to',
+ config.pki_subsystem,
+ 'pki_client_admin_cert')
# if parser.mdict['pki_hsm_enable'] == 'True':
# use_hsm = 'Y'
@@ -261,7 +261,7 @@ def main(argv):
# parser.set_property(config.pki_subsystem,
# 'pki_hsm_libfile',
# libfile)
- # print
+ print()
print("Directory Server:")
while True: