mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-04-14 04:41:09 +00:00
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.