diff options
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 |