Dave's Brain

Browse - computer tips - remove password from openssl key

Date: 2008apr21
OS: Linux

Q.  How do I remove the password from an RSA key?

A.  Use this variant of the openssl command:

	openssl rsa -in key.original -out key.new

Add a comment

Sign in to add a comment
Copyright © 2008, dave - Code on Dave's Brain is licensed under the Creative Commons Attribution 2.5 License.