Skip to content

Commit ff3d5be

Browse files
running in production should change aes key
1 parent 1076eeb commit ff3d5be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/content/en/open_source/installation/running-in-production.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ With a separate database, the minimum recommendations to run DefectDojo are:
2929
improvements.
3030

3131
### Security
32-
Verify the `nginx` configuration and other run-time aspects such as security headers.
33-
Change the AES256 encryption key `&91a*agLqesc*0DJ+2*bAbsUZfR*4nLw` to something unique for your instance.
32+
Verify the `nginx` configuration and other run-time aspects such as security headers to comply with your compliance requirements.
33+
Change the AES256 encryption key `&91a*agLqesc*0DJ+2*bAbsUZfR*4nLw` in `docker-compose.yml` to something unique for your instance.
3434
This encryption key is used to encrypt API keys and other credentials stored in Defect Dojo to connect to external tools such as SonarQube.
3535

3636
```

0 commit comments

Comments
 (0)