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
First off, thanks for creating this great tool. Can't wait to start using it. I'm having an issue perhaps you can assist. After a compile I ran the test command from the README and here is the result:
I've tried using just the GUID for the key instead of the full ARN. In this case it seems it does not read my AWS config for region and defaults to eu-west-1.
openssl pkey -engine ./target/release/libopenssl_engine_kms.so -inform engine -in <redacted key guid> -pubout -text
engine "kms" set.
[2020-04-08T20:06:33Z ERROR openssl_engine_kms] load key err for key id <redacted key guid>: Key 'arn:aws:kms:eu-west-1:<redacted aws id>:key/<redacted key guid>' does not exist
cannot load key from engine
140016652227008:error:26096080:engine routines:ENGINE_load_private_key:failed loading private key:../crypto/engine/eng_pkey.c:78:
unable to load key
Any suggestions for me? Can I help debug somehow?
The text was updated successfully, but these errors were encountered:
Greetings,
First off, thanks for creating this great tool. Can't wait to start using it. I'm having an issue perhaps you can assist. After a compile I ran the test command from the README and here is the result:
OpenSSL version: "OpenSSL 1.1.1 11 Sep 2018"
I've tried using just the GUID for the key instead of the full ARN. In this case it seems it does not read my AWS config for region and defaults to eu-west-1.
Any suggestions for me? Can I help debug somehow?
The text was updated successfully, but these errors were encountered: