2022-07-19 11:49:36 +02:00
|
|
|
# One of GPGTOOLDIR or GPGTOOLDEV is required. If GPGTOOLDEV is given GPGTOOLDIR
|
|
|
|
# will be treated as relative to the mount point of GPGTOOLDEV.
|
|
|
|
|
|
|
|
# Path to the key directory.
|
|
|
|
# Can be set with `-p` `--directory`.
|
|
|
|
GPGTOOLKEYPATH=/path/to/key/directory/
|
|
|
|
# Path to the device that holds the key directory, e.g. a USB flash drive.
|
|
|
|
# Can be set with `-d` `--device`
|
|
|
|
GPGTOOLKEYDEV=/path/to/device
|
2022-07-19 13:56:06 +02:00
|
|
|
|
|
|
|
# Default key severs to send keys to. Optional.
|
|
|
|
GPGTOOLKEYSERVERS=("hkps://keys.openpgp.org" "hkps://keyserver.ubuntu.com")
|