From 1687c8830df300a980321f083b05665724899a29 Mon Sep 17 00:00:00 2001 From: Thomas McWork Date: Fri, 26 Nov 2021 10:24:43 +0100 Subject: [PATCH] Add command to generate the secret key --- Configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Configuration.md b/Configuration.md index c3d0cb6..5fc4971 100644 --- a/Configuration.md +++ b/Configuration.md @@ -31,6 +31,10 @@ Please change the following settings to keep your setup safe. * `REDIS_CACHE_PASSWORD` * `AUTH_LDAP_BIND_PASSWORD` +#### Generate Secret Key + + docker-compose run netbox python3 /opt/netbox/netbox/generate_secret_key.py + ### Operations These settings are also relevant: