Skip to content

Commit

Permalink
Documentation of encryption storage
Browse files Browse the repository at this point in the history
  • Loading branch information
wincelau committed Dec 28, 2024
1 parent f695471 commit ef5630e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down

0 comments on commit ef5630e

Please sign in to comment.