How to Install the cesb.uky.edu Certificate Authority
Why Install?
Installing the certificate will make all of those annoying warning messages about unknown web certificates go away.
Why do we have a Certificate Authority?
Every secure http site (https) uses an SSL certificate. Most certificates come ultimately from one of the big certificate authority companies like
Verisign.
Websites with SSL certificates are then automatically verified by these certificate authority companies.
But these companies charge money for SSL certificates. For domain wildcarded certificates like we have, it is typically over $1000/year.
In order not to pay this, we have generated our own self-signed certificate authority.
How to Install in Firefox
- Click on http://files.cesb.uky.edu/cacert/cesbca.crt
- Select "Trust this CA to identify websites"
- Click the "OK" button.
How to Install in Chrome
- Click on http://files.cesb.uky.edu/cacert/cesbca.crt to download the cesb.uky.edu certificate authority.
- Select "Settings" under the main menu.
- Click "Show advanced settings...".
- Click the "Manage certificates..." button under HTTPS/SSL.
- Click the "Trusted Root Certificate Authorities" tab.
- Click the "Import" button.
- Select the cesbca.crt file.
- Select "Trust this CA to identify websites".
- Click the "Done" button.
How to Install System-Wide (Linux)
- Click on http://files.cesb.uky.edu/cacert/cesbca.crt to download the cesb.uky.edu certificate authority.
- Open a terminal
- Copy the file the user location of certificates, on Ubuntu this is
/usr/local/share/ca-certificates
- Update the certificates as root:
update-ca-certificates