upstream: github.com/mirage/ca-certs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ca-certs: document Windows and OpenBSD support

+7 -2
+7 -2
README.md
··· 41 41 42 42 ## Supported Platforms 43 43 44 - Works on Linux, macOS, FreeBSD, and other Unix systems. On FreeBSD, install 45 - the `ca_root_nss` package for root certificates. 44 + Works on Linux, macOS, FreeBSD, OpenBSD, Windows, and other Unix systems. 45 + 46 + - **Linux / FreeBSD / OpenBSD**: reads PEM bundles from standard system paths 47 + - **macOS**: uses the system keychain via `security find-certificate` 48 + - **Windows**: uses the Windows certificate store via system APIs 49 + 50 + On FreeBSD, install the `ca_root_nss` package for root certificates. 46 51 47 52 ## License 48 53