Skip to content

Commit 15b4e5a

Browse files
committed
[docs] Update script for encryption key
1 parent 11a6a74 commit 15b4e5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/docs/deployment/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ OPENCTI_ADMIN_PASSWORD=ChangeMePlease
111111
OPENCTI_ADMIN_TOKEN=$(cat /proc/sys/kernel/random/uuid)
112112
OPENCTI_BASE_URL=http://localhost:8080
113113
OPENCTI_HEALTHCHECK_ACCESS_KEY=$(cat /proc/sys/kernel/random/uuid)
114+
OPENCTI_ENCRYPTION_KEY=$(openssl rand -base64 32)
114115
MINIO_ROOT_USER=$(cat /proc/sys/kernel/random/uuid)
115116
MINIO_ROOT_PASSWORD=$(cat /proc/sys/kernel/random/uuid)
116117
RABBITMQ_DEFAULT_USER=guest

0 commit comments

Comments
 (0)