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
After speaking with @daghf he concluded PEM passphrase was not supported but offered a solution to remove the passphrase as long as the pem file contained the passphrase bit.
openssl rsa -in [file1.key] -out [file2.key]
Is it possible to add PEM passphrase to Hitch or to better communicate this in the docs?
I did notice it mentioned here but nothing came of the PR.
The text was updated successfully, but these errors were encountered:
I was helping a client set up Hitch and their
.pem
file was passphrase protected. This caused an issue with starting Hitch,A picture of the output can be seen here.
After speaking with @daghf he concluded PEM passphrase was not supported but offered a solution to remove the passphrase as long as the pem file contained the passphrase bit.
Is it possible to add PEM passphrase to Hitch or to better communicate this in the docs?
I did notice it mentioned here but nothing came of the PR.
The text was updated successfully, but these errors were encountered: