From a338691a956b04f201a40a48938ac2b6759c9e1b Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Tue, 20 Jul 2021 08:59:09 -0400 Subject: [PATCH] more sources --- homepage/knowledge/netbsd/index.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/homepage/knowledge/netbsd/index.html b/homepage/knowledge/netbsd/index.html index eb9e151..9a92fe0 100644 --- a/homepage/knowledge/netbsd/index.html +++ b/homepage/knowledge/netbsd/index.html @@ -18,10 +18,17 @@

updated 2021-07-14


Fix SSL certificate problem: unable to get local issuer certificate

+

Install security/mozilla-rootcerts-openssl.

+

Sources:

+

-Install security/mozilla-rootcerts-openssl. -(Source.) +Do not use SSL workarounds like (in the case of git) GIT_SSL_NO_VERIFY. +These leave your system open to man-in-the-middle attacks.

+

Related: Depending on security/ca-certificates?

Mounting ext4 partitions with FUSE

I don't know that this is documented in either the NetBSD guide or wiki.