You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A keys.ProtoHandler and associated protobuf message should be defined to support private keys stored in Google Cloud KMS. This would provide more secure storage for tree private keys than storing them in an encrypted file on the server or as plain text in the database. See https://cloud.google.com/kms/docs/create-validate-signatures for information on integrating with Google Cloud KMS.
The text was updated successfully, but these errors were encountered:
As pre-amble to Issue google#1799: Add Google Cloud KMS support, for which it
was recommended to use `tink`.
Ran:
`go get github.com/google/tink/go/...@v1.3.0-rc2`
`go mod tidy`
A
keys.ProtoHandler
and associated protobuf message should be defined to support private keys stored in Google Cloud KMS. This would provide more secure storage for tree private keys than storing them in an encrypted file on the server or as plain text in the database. See https://cloud.google.com/kms/docs/create-validate-signatures for information on integrating with Google Cloud KMS.The text was updated successfully, but these errors were encountered: