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

Pushed to master under one-liner/trivial rule.

--
Endi S. Dewata
>From 59ba26cf9292a578d34d98344e4b1f4d20339508 Mon Sep 17 00:00:00 2001
From: "Endi S. Dewata" <[email protected]>
Date: Thu, 7 Jul 2016 02:42:14 +0200
Subject: [PATCH] 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
---
 base/common/python/pki/cli/pkcs12.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/base/common/python/pki/cli/pkcs12.py b/base/common/python/pki/cli/pkcs12.py
index 3fcea35a4cc45641ec53d3aba933735c1b2c065a..145f1258e3b38cae38205c0f22b074d2bdc8004f 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'])
 
-- 
2.5.5

_______________________________________________
Pki-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/pki-devel

Reply via email to