Merge pull request #1772 from smallstep/jdoss/Enable_tpmkms

Enable tpmkms
pull/1774/head v0.26.0-rc1
Joe Doss 2 months ago committed by GitHub
commit 56c4f3bdd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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.

Loading…
Cancel
Save