-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore support for cert bundle in pki_cert_chain_path
The NSSDatabase.import_cert_chain() has been modified to support importing cert bundle by converting it into a PKCS #7 file, then import it using the existing code. The test for installing KRA on a separate instance has been modified to use a root CA and a sub CA, then use a cert bundle in the pki_cert_chain_path param. The NSSCertImportCLI has been updated to avoid an NPE if the nickname is not specified. https://bugzilla.redhat.com/show_bug.cgi?id=2250162
- Loading branch information
Showing
3 changed files
with
264 additions
and
78 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
Oops, something went wrong.