diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:36:03 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 19:36:03 +0000 |
| commit | ff9e9009c63b300eb7e19033cccceaa6ca7ee0a1 (patch) | |
| tree | 0fb6e9666a3b3c496ab4a35677a642500ba76887 /Encryption.md | |
| parent | 53aa4f30db9149fa200d8106d895cfe11aca8338 (diff) | |
First pass at fixing links and some formatting.
Diffstat (limited to 'Encryption.md')
| -rw-r--r-- | Encryption.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Encryption.md b/Encryption.md index 7f77138..dfaa48a 100644 --- a/Encryption.md +++ b/Encryption.md @@ -2,7 +2,7 @@ Transparent at rest encryption is optionally supported for sensitive data stored in the database, currently limited to stored session data and passwords for feeds with authentication enabled. -To enable, [global configuration](GlobalConfig.md) option `TTRSS_ENCRYPTION_KEY` should be set to a 32-byte hex string of random bytes, which may be generated using CLI like this: +To enable, [global configuration](Global-Config) option `TTRSS_ENCRYPTION_KEY` should be set to a 32-byte hex string of random bytes, which may be generated using CLI like this: ```sh php ./update.php --gen-encryption-key |