Option to export key in in PKCS#1

Options
andyshinn
andyshinn
Community Member

The generated SSH private key looks like it is PKCS#8 at the moment. But I am using applications that only support PKCS#1 encoded keys (Jenkins). It would be nice if the application could do the on-the-fly conversion for me. At the moment, I have to export the key to a file and run the following OpenSSL command to get the format needed:

openssl rsa -in pkcs8.key -out pkcs1.key


1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided

This discussion has been closed.