Naar inhoud springen

FreeBSD: add root CA certificates in truststore

Uit VanderSchaft
Versie door Dschaft (overleg | bijdragen) op 14 jun 2026 om 08:23 (Nieuwe pagina aangemaakt met ' 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')
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)

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