Browse - computer tips - remove password from openssl keyDate: 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 commentSign in to add a comment |