SavaPage can be configured to use OpenPGP for PGP/MIME email signing and encryption.
The first step is to set the Public and Secret Key of the SavaPage server
instance in the server.properties configuration file, as shown
in the table below.
| Key | Description |
|---|---|
|
|
The path of the ASCII Armored public OpenPGP key. Relative to:
|
|
|
The path of the ASCII Armored secret (private) OpenPGP key. Relative to:
|
|
|
The pass-phrase of the
|
Table 13.3. OpenPGP server.properties
OpenPGP server information is shown on the Admin Dashboard.
The Secret Key of the server is used to sign e-mail content. Content encryption is done with the recipient's public key, when present. See Section 4.4.4.7, “OpenPGP”.
Next, PGP/MIME must be activated with the following configuration properties:
| Configuration property | Description |
|---|---|
|
mail.pgp.mime.sign |
Set to |
|
mail.pgp.mime.encrypt |
Set to |
|
pgp.pks.url |
Optional URL of an OpenPGP Public Key Server. |
Table 13.4. OpenPGP Configuration Properties
See Section 4.11.14, “Config Editor” on how to set these properties.
OpenPGP Server Properties are also used for the PDF/PGP Verification Feature Preview.