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