Add script 'get_revoked_keys.sh'.
This commit is contained in:
21
conf/get_revoked_keys.conf.sample
Normal file
21
conf/get_revoked_keys.conf.sample
Normal 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"
|
Reference in New Issue
Block a user