Skip to content

Commit

Permalink
Merge pull request #1772 from smallstep/jdoss/Enable_tpmkms
Browse files Browse the repository at this point in the history
Enable tpmkms
  • Loading branch information
jdoss committed Mar 20, 2024
2 parents 44f44e3 + 14c9de2 commit 56c4f3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/step-ca/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import (
_ "go.step.sm/crypto/kms/pkcs11"
_ "go.step.sm/crypto/kms/softkms"
_ "go.step.sm/crypto/kms/sshagentkms"
_ "go.step.sm/crypto/kms/tpmkms"
_ "go.step.sm/crypto/kms/yubikey"

// Enabled cas interfaces.
Expand Down

0 comments on commit 56c4f3b

Please sign in to comment.