HACKING: Minor typo fix
Small typo spotted in env variable
This commit is contained in:
parent
538f64eb67
commit
444702c10b
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ of certificates. The storage location for these is shared between the
|
|||
containers for simplicity. By default it's configured to be at
|
||||
`./containers/config`, but this can be changed in the
|
||||
[`./distribution/.env`](./distribution/.env) file by modifying the value of the
|
||||
`$CONTAIN£R_CONFIG_DIR` variable (both absolute and relative paths work).
|
||||
`$CONTAINER_CONFIG_DIR` variable (both absolute and relative paths work).
|
||||
|
||||
Use the [`tools/gen-certs.sh`](./tools/gen-certs.sh) script to
|
||||
generate the certificates (using the test OpenSSL config file):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue