forked from dogtagpki/pki
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The pki ca-cert-request-submit produces two different outputs depending on the authentication. If it's called without authentication, it will only submit the request to the CA, then a CA agent needs to approve the request, then the cert can be retrieved with another command. If the command is called with an installation token, it will create and return a cert immediately. To simplify the installation process, a new pki ca-cert-issue command has been added to return a cert immediately in all cases. If the command is called with CA agent authentication, it will automatically submits the request, approve the request, then retrieve the cert. If the command is called with an installation token, it will create and return a cert immediately.
- Loading branch information
Showing
25 changed files
with
993 additions
and
715 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.