From a1c75503d9839c5b68b42562afbc59c125fe3067 Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Wed, 27 Aug 2014 14:06:47 -0700 Subject: Disable PKI GUI Configuration - PKI TRAC Ticket #1120 - Remove Firefox PKI GUI Configuration Panel Interface --- base/server/python/pki/server/deployment/pkiparser.py | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'base/server/python/pki/server/deployment/pkiparser.py') diff --git a/base/server/python/pki/server/deployment/pkiparser.py b/base/server/python/pki/server/deployment/pkiparser.py index 1d201cee9..3b2a99c9f 100644 --- a/base/server/python/pki/server/deployment/pkiparser.py +++ b/base/server/python/pki/server/deployment/pkiparser.py @@ -1209,21 +1209,6 @@ class PKIConfigParser: self.mdict['pki_subsystem_archive_log_path'] + "/" + \ "spawn" + "_" + "manifest" + "." + \ self.mdict['pki_timestamp'] - # Construct the configuration URL containing the one-time pin - # and add this to the "sensitive" key value pairs read in from - # the configuration file - # - # NOTE: This is the one and only parameter containing a sensitive - # parameter that may be stored in a log file and displayed - # to the screen. - # - self.mdict['pki_configuration_url'] = \ - "https://{}:{}/{}/{}?pin={}".format( - self.mdict['pki_hostname'], - self.mdict['pki_https_port'], - self.mdict['pki_subsystem'].lower(), - "admin/console/config/login", - self.mdict['pki_one_time_pin']) # Compose this "systemd" execution management command if self.mdict['pki_subsystem'] in\ config.PKI_APACHE_SUBSYSTEMS: -- cgit