blob: 1e3abf92d2ff6c3373a50b45147f786d9cc71cce (
plain)
- # monkeysphere configuration file
- # this is currently meant to be sourced by bash.
- CONF_DIR=/etc/monkeysphere
- AUTH_USER_IDS_DIR="$CONF_DIR"/auth_user_ids
- KEYRING="$CONF_DIR"/keyring.gpg
- KEYSERVER=subkeys.pgp.net
- GNUPGHOME="$CONF_DIR"/gnupg
|