Skip to content

Commit

Permalink
Fixes #312 - PGP: Add GnuPG to the server requirements
Browse files Browse the repository at this point in the history
* Added GnuPG in software prerequisites

* Changed GnuPG prerequisite

* Added GPG_PATH
  • Loading branch information
ralf401 authored Jul 26, 2023
1 parent f1b8069 commit b362290
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions appendix/configure-env-vars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@ APP_RESTART_CMD
that you have to allow the Zammad user via e.g. ``sudoers`` to run
the required restart command.

GPG_PATH
Defines the path to the GPG installation.

Default: **unset**

.. note::

Define the path if you installed Zammad from Source, if you want to use
different versions of PGP on your machine or if your PGP installation
differs from the standard installation.


RAILS_LOG_TO_STDOUT
Print output directly to standard output
instead of ``/var/log/zammad/production.log``.
Expand Down
8 changes: 8 additions & 0 deletions prerequisites/software.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,11 @@ An Elasticsearch plugin is required to index the contents of email attachments:
Configuration and installation is out of our scope.
Please follow the official vendor guides and ensure to have a
tight security on your installation.

2.10 GnuPG (optional)
---------------------------------------------
If you want to use the PGP integration for sending and receiving signed and
encrypted emails, you need to install the GnuPG-Tools.
Please have a look at the official `GnuPG website`_.

.. _GnuPG website: https://www.gnupg.org/index.html

0 comments on commit b362290

Please sign in to comment.