Monday, July 19, 2010

CA server set up in ubuntu

This post is regarding CA server setup in ubuntu linux.

  • Go to /usr/lib/ssl/misc
  • any specific configuration please edit /usr/lib/ssl/openssl.cnf
  • sh CA.sh -newca
  • Now give distinguish name attributes (subject name)
  • Go to demoCA folder
  • find cacert.pem this is your CA certificate
  • to generate a CA signed certificate use the following commads
openssl x509 -req -days 365 -in .cer -CA cacert.pem -CAkey private/cakey.pem -CAcreateserial -outform PEM -out .pem

No comments:

Post a Comment