-
Hello, I'm experimenting jsign with Google Cloud KMS and it works just fine with the syntax recommended in the documentation.
This works fine with the CNG provider from Google, but I can't use it everywhere just like I would with jsign. Thanks a lot for any suggestion. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Jsign doesn't support the |
Beta Was this translation helpful? Give feedback.
Jsign doesn't support the
GOOGLE_APPLICATION_CREDENTIALS
variable, you have to use the gcloud CLI to turn the secret key fromcredentials.json
into an access token.