diff options
Diffstat (limited to 'base/common/python')
| -rw-r--r-- | base/common/python/pki/cli/pkcs12.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/common/python/pki/cli/pkcs12.py b/base/common/python/pki/cli/pkcs12.py index 6b99fcfbd..2f8aabfa1 100644 --- a/base/common/python/pki/cli/pkcs12.py +++ b/base/common/python/pki/cli/pkcs12.py @@ -237,7 +237,7 @@ class PKCS12ImportCLI(pki.cli.CLI): trust_flags = cert_info['trust_flags'] else: # default trust flags for CA certificates - trust_flags = 'CT,c,c' + trust_flags = 'CT,C,C' if main_cli.verbose: print('Exporting %s (%s) from PKCS #12 file' % (nickname, cert_id)) |
