From db8e593c824c922fd03840227278437ed86c87e3 Mon Sep 17 00:00:00 2001 From: Vincent LAURENT Date: Sat, 28 Dec 2024 11:02:50 +0100 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b381633..80e81c3 100644 --- a/README.md +++ b/README.md @@ -76,16 +76,6 @@ 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: ``` @@ -100,6 +90,16 @@ For example, for Apache: chown www-data /path/to/folder/to/store/pdf ``` +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 +``` + ### Enabling digital signature The digital signature depends on `pdfsig` from the poppler project (poppler-utils debian package) and `certutil` from libnss3 project (libnss3-tools debian package).