openvpn/conf/get_revoked_keys.conf.sample

22 lines
460 B
Plaintext

#---------------------------------------
#-----------------------------
# Settings for script get_revoked_keys.sh
#-----------------------------
#---------------------------------------
# - KEY_DIR
# -
# - Directory where all the keys are stored.
# -
# - Defaults to: KEY_DIR="/etc/openvpn/keys"
KEY_DIR="/etc/openvpn/keys"
# - CRL_PEM
# -
# - The control revokation list
# -
# - Defaults to: CRL_PEM="${KEY_DIR}/crl.pem"
# -
CRL_PEM="${KEY_DIR}/crl.pem"