Update documentation for create_db.sh

This commit is contained in:
Matt Voboril 2021-01-07 14:51:21 -06:00 committed by GitHub
parent 56a7839aed
commit 314b055220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,10 @@ runtime config should come from. The mounted folder must contain:
- `server.crt` certificate file - `server.crt` certificate file
- `server.key` private key file for the above certificate - `server.key` private key file for the above certificate
as well as
- `build_db.sh` in a parallel `postgres` parallel to the `config` folder, providing database generation.
To generate keys: To generate keys:
``` ```