From 444702c10bd7cd6d1b123524104f47259f79083c Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Wed, 10 Feb 2021 19:20:22 +0100 Subject: [PATCH] HACKING: Minor typo fix Small typo spotted in env variable --- HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.md b/HACKING.md index 123a1af65..9053fc5bf 100644 --- a/HACKING.md +++ b/HACKING.md @@ -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):