April 23 2016, 00:00#

Add a Certification Authority on Debian 8

This is just a little note to remember how to add properly a new Certification Authority (CA) on Debian 8.

Copy the certificate
# cp example-ca.crt /usr/local/share/ca-certificates/
Update
# update-ca-certificates
Checking
$ ls -la /etc/ssl/certs | grep "example-ca"

The certificate is now present in the /etc/ssl/certs directory.

Tags : linux debian securité