Registry / crypto / letsencrypt-pkcs11key

letsencrypt-pkcs11key

JSON →
library4.0.1+incompatiblegogounverified

Implements crypto.Signer for PKCS #11 private keys, enabling hardware security module (HSM) integration.

go get github.com/letsencrypt/pkcs11key
INSTALL
IMPORT
SIG · LETSENCRYPT-PKCS11
L
letsencrypt-pkcs11key
cryptogov4.0.1+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pkcs11key
github.com/letsencrypt/pkcs11key/v4

Create a crypto.Signer from a PKCS#11 private key.

package main import ( "crypto" "github.com/letsencrypt/pkcs11key/v4" ) func main() { // Example usage requires a PKCS#11 module and token var signer crypto.Signer _ = signer }
Debug
Known issues
breakingThe v4 module path includes /v4; older versions have different import paths.
fix
Use import "github.com/letsencrypt/pkcs11key/v4" for the latest version.
affects: >=4.0.0
Upgrade
Version history
4.0.1+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
letsencrypt-pkcs11key — go get letsencrypt-pkcs11key · libregistry