From ef5630efd14e791f981d441d0b2e9e59478384d6 Mon Sep 17 00:00:00 2001 From: Vincent LAURENT Date: Sat, 28 Dec 2024 10:49:37 +0100 Subject: [PATCH] Documentation of encryption storage --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d89361e..d0445ef 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,16 @@ In the `config/config.ini` file, configure the `PDF_STORAGE_PATH` variable with PDF_STORAGE_PATH=/path/to/folder ``` +You can enable PDFs to be stored encrypted on the server with a symmetric key known only to the signers. + +To activate it, gpg needs to be installed and option PDF_STORAGE_ENCRYPTION must be set to true. + +In the `config/config.ini` file : + +``` +PDF_STORAGE_ENCRYPTION=true +``` + Create this folder: ```