diff --git a/README.md b/README.md index caf79a3..b4ec694 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Prepare local dev environment 2. Copy or link .env.local to the .env file 3. Link the cert and key files from stack (./deploy/certs/identity-svc/) to the local ./deploy/certs dir: ```ln -s PATH_TO_THE_STACK_DIR/deploy/certs/identity-svc/identity-svc.crt deploy/certs/identity-svc.crt``` + ```ln -s PATH_TO_THE_STACK_DIR/deploy/certs/identity-svc/identity-svc.key deploy/certs/identity-svc.key``` 4. Build server app binary: ```make build-local```