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

This commit is contained in:
Christoph 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"

View File

@ -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)