You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FreeBSD contains a canonical certstore managed by certctl(8) located in the
base system (/etc/ssl), search there first. Alternatively, a user can populate
a custom store in distbase (/usr/local/etc/ssl) with certctl(8) which shall be
queried if the former does not exist. At last, there is a store for OpenSSL
from the ports (/usr/local/openssl) outside of certctl(8)'s reach.
This fixes#20 and fixes#37
0 commit comments