cleaning up the git initialization document.
[monkeysphere.git] / monkeysphere.conf
1 # monkeysphere system configuration file
2
3 # This is particular configuration is meant to be sourced by the
4 # rhesus shell script when run in administrative mode to maintain
5 # authorized_keys files for users.
6
7 AUTH_USER_FILE=/etc/monkeysphere/auth_user_ids/"$USER"
8
9 STAGING_AREA=/var/lib/monkeysphere/stage/"$USER"
10
11 # gpg home directory for server
12 GNUPGHOME=/etc/monkeysphere/gnupg
13
14 # gpg keyserver to search for keys
15 KEYSERVER=subkeys.pgp.net
16
17 # acceptable key capabilities for user keys
18 # can be any combination of:
19 #   e = encrypt
20 #   s = sign
21 #   c = certify
22 #   a = authentication
23 REQUIRED_KEY_CAPABILITY='sca'