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
and when I run openssl pkey -in generated_key.pem -pubout (with this new output), I get:
$ openssl pkey -in teste.pem -pubout
Could not find private key of key from teste.pem
40F8B1FE01000000:error:1608010C:STORE routines:ossl_store_handle_load_result:unsupported:crypto/store/store_result.c:151:
There is something wrong with this key pem generation. Am I doing something wrong or is this a bug?
The text was updated successfully, but these errors were encountered:
I have this private key:
I can successfully read it using:
when I run
openssl pkey -in key.pem -pubout
I get:But when I take the existing key and convert it to pem again I get:
(different from the original key)
and when I run
openssl pkey -in generated_key.pem -pubout
(with this new output), I get:There is something wrong with this key pem generation. Am I doing something wrong or is this a bug?
The text was updated successfully, but these errors were encountered: