Remove command generate-tls-cert

This commit is contained in:
W13R 2022-03-16 18:38:59 +01:00
parent fd3069a172
commit 2bd667d952
8 changed files with 2 additions and 130 deletions

View file

@ -25,11 +25,6 @@ This sets up some database tables, views, and more, generates a secret key for t
---
`generate-tls-cert` - generate a new self-signed tls certificate for https
This overwrites the original files, if present (see [Setup](Setup.md)).
---
`generate-secret-key` - generate a new random secret key for django
This will overwrite the old one.
Warning: After running this, current sessions will be invalid, and the users have to relogin. Don't run this command while the server is running.