diff --git a/README.md b/README.md index 6c9988e..7345d9d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ I've decided to create this project based on [this example](https://github.com/y I had some trouble during TLS communication between both of my gRPC server and client. I've decided to create a tool to generate SSL certificates following a little of this [guide](https://jamielinux.com/docs/openssl-certificate-authority/create-the-intermediate-pair.html). ## TODO: -Create intermediate authority to sign certificates on behalf CA to add more security. If intermediate is hacked then you can revoke from CA and generate new intermediates keeping CA isolated from beeing hacked. +- [ ] Create intermediate authority to sign certificates on behalf CA to add more security. If intermediate is hacked then you can revoke from CA and generate new intermediates keeping CA isolated from beeing hacked. + +- [ ] Complete tests ## Configuration If you are on `dev` environment, like I've been doing, you must create `.env` file similar as `.env.example` in this repo: