Self Signed SSL Certificates
Ssl / October 26, 2018
These are the steps to create a self signed SSL Certificate.
Generate the Key.
Next generate the Certificate Signing Request.
You might want to remove the passphrase to prevent being prompted to enter it when you server restarts.
To do that first make a copy of the Key.
Run this to get the new Key.
Now sign the Key. Remember you need to change the expiration.
Now you have the .crt
and the .key
files.