From e1f44b5c3d99a75f39617e3d8299ae0c213ebe2e Mon Sep 17 00:00:00 2001 From: Erik Hollensbe Date: Mon, 28 Feb 2022 02:35:05 -0800 Subject: [PATCH] README'd Signed-off-by: Erik Hollensbe --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3a0ed5c --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# ca_injector: inject CA certificates into trust stores + +This library is a (as of this writing, incomplete) rust port of [mkcert](https://github.com/FiloSottile/mkcert) to a library. It's purpose is to let you install the CAs of your choosing into various trust stores. + +Please see the [docs](https://docs.rs/crate/ca_injector/latest) for more information on use. + +## Author + +Erik Hollensbe + +## License + +BSD 3-Clause