summaryrefslogtreecommitdiffstats
path: root/base/common/python
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2016-07-07 02:42:14 +0200
committerEndi S. Dewata <edewata@redhat.com>2016-07-07 04:41:58 +0200
commit59ba26cf9292a578d34d98344e4b1f4d20339508 (patch)
treecb0288b6e413dbc038b8ee4caf4bf774cdc866f3 /base/common/python
parent9bf9f9628420d133010ff994cdac0f01b764b603 (diff)
downloadpki-59ba26cf9292a578d34d98344e4b1f4d20339508.tar.gz
pki-59ba26cf9292a578d34d98344e4b1f4d20339508.tar.xz
pki-59ba26cf9292a578d34d98344e4b1f4d20339508.zip
Fixed problem with pki pkcs12-import --no-trust-flags.
The pki pkcs12-import CLI has been fixed such that when it calls pki pkcs12-cert-find internally it does not add --no-trust-flags option. https://fedorahosted.org/pki/ticket/2399
Diffstat (limited to 'base/common/python')
-rw-r--r--base/common/python/pki/cli/pkcs12.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/common/python/pki/cli/pkcs12.py b/base/common/python/pki/cli/pkcs12.py
index 3fcea35a4..145f1258e 100644
--- a/base/common/python/pki/cli/pkcs12.py
+++ b/base/common/python/pki/cli/pkcs12.py
@@ -159,9 +159,6 @@ class PKCS12ImportCLI(pki.cli.CLI):
if password_file:
cmd.extend(['--pkcs12-password-file', password_file])
- if no_trust_flags:
- cmd.extend(['--no-trust-flags'])
-
if self.verbose:
cmd.extend(['--verbose'])