Remove misc directory
This commit is contained in:
parent
a67912e89e
commit
8cab91f51a
15 changed files with 36 additions and 41 deletions
|
|
@ -3,10 +3,10 @@
|
|||
cd $(dirname "$0")
|
||||
|
||||
if [ -z "${PKI_BASEDIR}" ]; then
|
||||
PKI_BASEDIR=pki
|
||||
PKI_BASEDIR=$(dirname `pwd`) # equivalent to $(realpath `pwd`/..
|
||||
fi
|
||||
|
||||
PKI_DIR=${PKI_BASEDIR}/pki
|
||||
PKI_DIR=${PKI_BASEDIR}/PKI
|
||||
SHARED_DIR=${PKI_BASEDIR}/shared
|
||||
OPENSSL_CONF=`pwd`/openssl.cnf
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ default_ca = CA_default # The default ca section
|
|||
####################################################################
|
||||
[ CA_default ]
|
||||
|
||||
dir = /var/www/fic-server/misc//pki #DIR # Where everything is kept
|
||||
dir = /var/www/fic-server/pki #DIR # Where everything is kept
|
||||
certs = $dir/certs # Where the issued certs are kept
|
||||
crl_dir = $dir/crl # Where the issued crl are kept
|
||||
database = $dir/index.txt # database index file.
|
||||
|
|
|
|||
Reference in a new issue