Fix some pki/ to PKI/
This commit is contained in:
parent
2d377cb744
commit
c7335fdadb
3 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ default_ca = CA_default # The default ca section
|
|||
####################################################################
|
||||
[ CA_default ]
|
||||
|
||||
dir = /var/www/fic-server/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