trustore is a fork of mkcert which provides a very lightweight library API for making locally-trusted development certificates. It requires no configuration.
See lib.go for details of the public API methods provided.
truststore supports the following root stores:
- macOS system store
- Windows system store
- Linux variants that provide either
update-ca-trust
(Fedora, RHEL, CentOS) orupdate-ca-certificates
(Ubuntu, Debian, OpenSUSE, SLES) ortrust
(Arch)
- Firefox
- Chrome and Chromium
- Java (when
JAVA_HOME
is set)
For more information and detailed documentation on the internals, see the mkcert documentation.
Library API made available under the terms of the MIT license.
Based on mkcert, (c) mkcert authors (BSD-3-Clause)