Add script 'get_revoked_keys.sh'.

This commit is contained in:
2017-09-27 16:04:03 +02:00
parent c5a38e6b1d
commit 7a89140a10
2 changed files with 154 additions and 0 deletions

View File

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