Skip to content

Commit 56c4f3b

Browse files
authored
Merge pull request #1772 from smallstep/jdoss/Enable_tpmkms
Enable tpmkms
2 parents 44f44e3 + 14c9de2 commit 56c4f3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/step-ca/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import (
3333
_ "go.step.sm/crypto/kms/pkcs11"
3434
_ "go.step.sm/crypto/kms/softkms"
3535
_ "go.step.sm/crypto/kms/sshagentkms"
36+
_ "go.step.sm/crypto/kms/tpmkms"
3637
_ "go.step.sm/crypto/kms/yubikey"
3738

3839
// Enabled cas interfaces.

0 commit comments

Comments
 (0)