Create Server Certificate

Now lets create certificate for our server which sign by our Subordinate CA.

genrsa -des3 -out server.key 1024

Then generate a csr:
req -new -key server.key -out server.csr



x509 -req -days 730 -in server.csr -CA ia.crt -CAkey ia.key -set_serial 01 -out server.crt



Convert certificate to pkcs12 format, so you can directly import it to firefox.

openssl pkcs12 -inkey server.key -in server.crt -export -out server.pfx
Share on Google Plus

About Mahinda Jayasundara

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

0 comments:

Post a Comment