Skip to content

Commit

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

```
Expand All @@ -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).
Expand Down

0 comments on commit db8e593

Please sign in to comment.