forked from marmarek/qubes-app-linux-split-gpg2
-
Notifications
You must be signed in to change notification settings - Fork 3
/
split-gpg2-rc.example
30 lines (20 loc) · 1.08 KB
/
split-gpg2-rc.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
###### split-gpg2 example config ######
# This file is sources with bash. Put this file in ~user/.config/split-gpg2-rc
# or /etc/split-gpg2-rc (the later is sourced before the former).
#### Settings affecting the client (running the 'gpg' cmdline tool) ####
#export SPLIT_GPG2_SERVER_DOMAIN="@default"
##### Settings affecting the server (running gpg-agent) ####
#export SPLIT_GPG2_PKSIGN_AUTOACCEPT_TIME=no
#export SPLIT_GPG2_PKDECRYPT_AUTOACCEPT_TIME=300
#export SPLIT_GPG2_VERBOSE_NOTIFICATIONS=no
#export SPLIT_GPG2_ALLOW_KEYGEN=no
# For more advanced setups you can set the GNUPG home here. This file will be
# sourced everytime a client connets. To have one home dir per client domain
# you can use:
#export GNUPGHOME="$HOME/gpg-home/$QREXEC_REMOTE_DOMAIN"
# Before using this you have to create a gpg home for each client domain in
# ~user/gpg-home/$client_domain where $client_domain is the name of the client
# domain.
# This is for debugging purpose only EVERYTHING WILL BE LOGGED including
# potentially confidential data/keys/etc.
#export SPLIT_GPG2_DEBUG_LOG=/tmp/split-gpg2.log