get_revoked_keys.sh, get_revoked_keys.conf.sample: remove configuration file 'get_revoked_keys.conf.sample'.

This commit is contained in:
2018-03-07 13:43:48 +01:00
parent 2b203bd0c1
commit 307930f960
2 changed files with 0 additions and 22 deletions

View File

@ -1,21 +0,0 @@
#---------------------------------------
#-----------------------------
# 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"