Use this PKCS#11 library.
Use this PIN to log the user into the PKCS#11 token. Pass null
to log into a token with a "protected authentication path".
Optional
slot_Specify the slot ID containing a PKCS#11 token. If not specified, the token will be chosen based on other criteria (such as [[token_label]]).
Optional
token_Specify the label of the PKCS#11 token to use. If not specified, the token will be chosen based on other criteria (such as [[slot_id]]).
Optional
private_Specify the label of the private key object on the PKCS#11 token. If not specified, the key will be chosen based on other criteria (such as being the only available private key on the token).
Optional
cert_Use this X.509 certificate (file on disk). The certificate must be PEM-formatted. The certificate may be specified by other means instead (ex: [[cert_file_contents]])
Optional
cert_Use this X.509 certificate (contents in memory). The certificate must be PEM-formatted. The certificate may be specified by other means instead (ex: [[cert_file_path]])
[[TlsContextOptions.create_client_with_mtls_pkcs11]]
Generated using TypeDoc
Options for TLS using a PKCS#11 library for private key operations.
Unix only. nodejs only.