From dbdb1acf7ccdae5ce7f1cec3d1315f3f8a7cb79f Mon Sep 17 00:00:00 2001 From: Dhi Aurrahman Date: Tue, 16 Jan 2018 20:50:01 +0700 Subject: [PATCH] Add IP related note (#1) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 766b953..dbde83a 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,6 @@ $ docker compose up $ make ``` -To generate new cert and key, just run the `./create-cert.sh` \ No newline at end of file +Before running `make` (`go run client/main.go`), please make sure that this: https://github.com/diorahman/hello-envoy-grpc-tls/blob/master/client/main.go#L35 is suitable for your env (this `192.168.64.6` is my `DOCKER_HOST` IP, on Linux, I believe you should just put localhost). + +To generate new cert and key, just run the `./create-cert.sh`