dockstation icon indicating copy to clipboard operation
dockstation copied to clipboard

(macOS) OPENSSL_internal:DECODE_ERROR

Open markwylde opened this issue 4 years ago • 1 comments

I'm not sure of the exact reasons why but when I tried to use dockstation my certificate was rejected with the following error:

OPENSSL_internal:DECODE_ERROR

To solve this I had to convert my certificate using the following command:

cd ~/.ssh
ssh-keygen -f id_rsa -m pem -p

Can we add this to the documentation or do this automatically?

markwylde avatar Dec 18 '19 00:12 markwylde

Same problem in Debian. Thanks for the solution.

dav1app avatar Sep 16 '20 17:09 dav1app