-
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.
The pki-server cert-request has been added to simplify creating CSRs for system certs so it's no longer necessary to specify the NSS database path, password file, CSR path, and also to fix the file ownership. The cert_folder(), cert_file(), and csr_file() in PKIInstance have been moved into PKIServer so they can be reused. The cert_folder() has been renamed to certs_dir() for consistency. The PKIServer.create() and instance_layout.py have been updated to create the certs folder so it's guaranteed to exist. The RemoveCertCSRfromConfig upgrade script has been updated to use the new methods in PKIServer. The tests for installing CA with existing NSS database and existing HSM have been updated to use the new command.
- Loading branch information
Showing
8 changed files
with
183 additions
and
82 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
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.