mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 06:13:03 +00:00
Add support for PKCS#11 tokens to openssh_cert. (#95)
This adds the parameter pkcs11_provider, which can be set to the name of or path to a PKCS#11 library (e.g. libpkcs11.so). ssh-keygen will then use this library to have the token make any required signatures. If this is used, signing_key needs to be set to a file containing the public key that matches the private key on the token.
This commit is contained in:
2
changelogs/fragments/openssh_cert-pkcs11.yml
Normal file
2
changelogs/fragments/openssh_cert-pkcs11.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- "openssh_cert - add support for PKCS#11 tokens (https://github.com/ansible-collections/community.crypto/pull/95)."
|
||||
Reference in New Issue
Block a user