From 34e22c533808ba6289a2eedd44eede41d20fcfd3 Mon Sep 17 00:00:00 2001 From: Urko Date: Wed, 15 Feb 2023 19:47:58 +0100 Subject: [PATCH] feat: update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: