get_revoked_keys.sh, get_revoked_keys.conf.sample: remove configuration file 'get_revoked_keys.conf.sample'.
This commit is contained in:
parent
2b203bd0c1
commit
307930f960
@ -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"
|
@ -1,7 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
working_dir="$(dirname $(realpath $0))"
|
||||
conf_file="${working_dir}/conf/get_revoked_keys.conf"
|
||||
|
||||
log_file=$(mktemp)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user