Naar inhoud springen

FreeBSD: add root CA certificates in truststore

Uit VanderSchaft

Copy the certificate in /usr/local/etc/ssl/certs/, creating this directory if it doesn’t already exist. Add it with the system utility dedicated to manage certificates certctl.

mkdir -p /usr/local/etc/ssl/certs/
cp certificatefile.pem /usr/local/etc/ssl/certs/
certctl rehash