## ============================================================================ # wot.conf - Configuration file for the Apache WoT scripts ## ============================================================================ # Accumulated KEYS file KEYSFILE=KEYS # Path to the distribution directory DISTPATH=/www/www.apache.org/dist # The default keyserver to use DEFAULT_KEYSERVER=blackhole.pca.dfn.de # List of alternative keyservers KEYSERVERS=" \ pgp.mit.edu \ pgpkeys.tuwien.ac.at \ www.keyserver.net" # Extend the list of alternative keyservers with # the standard PGP.net keyservers (0 = On / 1 = Off) KEYSERVERS_PGP=0 # Keyserver IP cache to speed up alternative queries KSERVER_CACHE=kserver.cache # Max cache age in days KSERVER_CACHE_AGE=10 # Resulting keyring KEYRING=apache.gpg # PGP/GPG binary GPG=`which gpg` # PGP/GPG defaults GPG_DEFAULTS=" \ --homedir . \ --no-options \ --batch \ --quiet \ --no-permission-warning \ --keyring ${KEYRING} \ --no-default-keyring \ --keyserver-options no-include-disabled,no-auto-key-retrieve" # Base path for the generated Agora date AGORA_PATH=agora # Path to agora.jar AGORA_JAR=${AGORA_PATH}/agora.jar # Resulting Agora DAT file DATAFILE=${AGORA_PATH}/data/apache-wot.dat # Always override current locale LANG=en