Created
April 15, 2013 21:48
-
-
Save crowdmatt/5391537 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl rsa -in MYFILE.pem -pubout > MYFILE.pub | |
ssh-keygen -f MYFILE.pub -i -m PKCS8 |
Thanks, exactly what I was looking for.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
do_convert_from_pkcs8: MYFILE.pub is not a recognised public key forma