chore: local dev doc updates

This commit is contained in:
Ben Allfree 2023-06-07 16:16:21 -07:00
parent 7e3d5e6d84
commit 35558e8b2d

View File

@ -5,7 +5,7 @@ This document covers how to set up your local development environment to recongi
**1. Generate a root certificate for self-signing.**
```bash
cd docker/mount/nginx/ssl
cd ssl
./create-ca.sh
```