12 lines
517 B
Text
12 lines
517 B
Text
# 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
|
|
|
|
# Default key severs to send keys to. Optional.
|
|
GPGTOOLKEYSERVERS=("hkps://keys.openpgp.org" "hkps://keyserver.ubuntu.com")
|