Jun 16, 2004 #1 LTeeple Programmer Aug 21, 2002 362 CA Hello, Is it possible to change the passphrase for a private key on SSL without having to generate a new one? Thank you for your time Cheers! Laura
Hello, Is it possible to change the passphrase for a private key on SSL without having to generate a new one? Thank you for your time Cheers! Laura
Jul 11, 2004 #2 raphaelmontcho Programmer Jun 26, 2004 11 FR Hi, These openssl command will solve your problem openssl rsa -des3 -in oldkey.pem -out newkey.pem copy newkey.pem oldkey.pem Good luck Upvote 0 Downvote
Hi, These openssl command will solve your problem openssl rsa -des3 -in oldkey.pem -out newkey.pem copy newkey.pem oldkey.pem Good luck