-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The pki nss-cert-import has been updated to use the token name in the nickname if specified, otherwise it will use the token name specified in the --token option. The NSSDatabase.addCertificate() in Java (which is used by pki nss-cert-import) has been modified to call the new PK11Store.importCert() instead of addPEMCertificate() which depends on certutil -A. The NSSDatabase.add_cert() in Python has been updated to use JSS (via pki nss-cert-import) by default. It has also been updated to provide the input cert via standard input instead of file to avoid permission issues.
- Loading branch information
Showing
4 changed files
with
39 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters