-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add command for importing objects into a PKCS#11 token
The import-object command allows users to import certificates or public keys into a pkcs#11 token by providing a PEM file. usage: p11-kit import-object --file=<file.pem> [--label=<label>] [--login] pkcs11:token Signed-off-by: Zoltan Fridrich <[email protected]>
- Loading branch information
1 parent
cced2d9
commit 7267ff9
Showing
8 changed files
with
789 additions
and
2 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
Oops, something went wrong.