DockStation / dockstation

DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.
https://dockstation.io/
2.14k stars 106 forks source link

(macOS) OPENSSL_internal:DECODE_ERROR #226

Closed markwylde closed 2 months ago

markwylde commented 4 years ago

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?

dav1app commented 3 years ago

Same problem in Debian. Thanks for the solution.