Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Deployment docs: Easier secret gen #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/docs/Deployment/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ works.

{{% alert title="Tip" color="info" %}}
You can also run
`python -c "import os; f=open('.ctfd_secret_key', 'a+'); f.write(os.urandom(64)); f.close()"`
`cat /dev/urandom | head -c64 > .ctfd_secret_key`
within the CTFd repo to generate a .ctfd_secret_key file.
{{% /alert %}}

Expand Down Expand Up @@ -150,4 +150,4 @@ Fully managed and maintained CTFd deployments are available at
<https://ctfd.io>. If you're interested in a specialized CTFd
deployment with custom features please [contact
us](https://ctfd.io/contact/).
{{% /alert %}}
{{% /alert %}}