From 3fcefc1b67e7afe0455267b3876d9e6ef47531cc Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Wed, 18 Jul 2012 17:48:11 -0700 Subject: PKI Deployment Scriptlets Saved Admin Certificate, imported it into NSS client security databases, and exported it to a PKCS #12 file such that it may be imported into a browser. TRAC Ticket #221 Dogtag 10: Create a PKCS #12 file containing the Admin Certificate (https://fedorahosted.org/pki/ticket/221) --- base/deploy/src/scriptlets/configuration.jy | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'base/deploy/src/scriptlets/configuration.jy') diff --git a/base/deploy/src/scriptlets/configuration.jy b/base/deploy/src/scriptlets/configuration.jy index a40e7c645..2e72f4060 100644 --- a/base/deploy/src/scriptlets/configuration.jy +++ b/base/deploy/src/scriptlets/configuration.jy @@ -163,9 +163,7 @@ def main(argv): # Formulate PKI Subsystem Configuration Data Response jyutil.rest_client.configure_pki_data(data, - master['pki_subsystem'], - master['pki_dry_run_flag'], - master['pki_jython_log_level']) + master) if __name__ == "__main__": -- cgit