Question

I'd like to remove the SSL passcode on a generated SSL key but I've already generated the CSR from the pass-coded key. If I remove the passcode do I need to regenerate the CSR again or will the crt work fine with the un-pass-coded key?

Was it helpful?

Solution

The passcode is not a property of the certificate, but a property of the container format. So you can safely convert the private key to other format or remove the passcode .

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top