User Tools

Site Tools


ubuntu:certificates:create_a_private_certificate_authority

This is an old revision of the document!


Ubuntu - Certificates - Create a Private Certificate Authority

Creating a private CA can be useful if you have a lot of services encrypting data for internal use but don’t need the domain to be verified by a public CA like Verisign, Thawte etc.

By importing the CA to all computers that will use these services users won’t get the a popup in IE and Firefox saying that the certificate is invalid.


Create a CA certificate

Create a private key for your CA:

openssl genrsa -des3 -out ca.key 4096

You will need to enter passphrase.

This password will be used everytime you sign a certificate with this CA.

WARNING: Make sure unauthorized users don’t get access to your private key!

ubuntu/certificates/create_a_private_certificate_authority.1575068242.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki