Creating a self-signed certificate (HTTPS)

Soldato
Joined
18 Oct 2002
Posts
4,410
I've got a firewall that provides a self-signed certificate. It isn't exactly inspiring so I thought I might provide my own. Obviously I want to do my own certificate as it's far too expensive to have a third party sign one for me, so is there a "best practice" to follow for such things and should I have one for each firewall/server I have?

Thanks for looking :)
 
Thanks, that looks fine for my company web site but I need one for my hardware firewall appliance. I went down the route of installing OpenSSL and creating my onw self-signed certificate but I got stuck at installation of my certificate because the firewall requires it in PKCS12 format. Basically I have to convert my .cer file to a .p12 file. There's a guide here: http://www.dylanbeattie.net/docs/openssl_iis_ssl_howto.html but it no longer recommends the given method for creating the PKCS12 version of the certificate.
 
Back
Top Bottom