diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 33 |
1 files changed, 5 insertions, 28 deletions
@@ -1,37 +1,14 @@ -[](https://travis-ci.org/google/easypki) -[](https://codecov.io/gh/google/easypki) - -easypki -====== +# easypki Easy Public Key Infrastructure intends to provide most of the components needed to manage a PKI, so you can either use the API in your automation, or use the CLI. -# API - -[](https://godoc.org/github.com/google/easypki) - -For the latest API: - -``` -import "gopkg.in/google/easypki.v1" -``` +This is a fork of https://github.com/google/easypki . -## Legacy API - -API below pkg/ has been rewritten to allow extensibility in terms of PKI -storage and better readability. - -If you used the legacy API that was only writing files to disk, a tag has been -applied so you can still import it: - -``` -import "gopkg.in/google/easypki.v0" -``` +[](https://pkg.go.dev/git.sr.ht/~shulhan/easypki) -# CLI +## CLI Current implementation of the CLI uses the local store and uses a structure compatible with openssl, so you are not restrained. @@ -81,6 +58,6 @@ private keys in `$PKI_ROOT/ca_name/keys/` For more info about available flags, checkout out the help `easypki -h`. -# Disclaimer +## Disclaimer This is not an official Google product. |
