Change dir from ./demoCA to .ca

This commit is contained in:
loop0day
2019-05-01 00:54:26 +08:00
parent 6426496b01
commit 879c1b4a15

View File

@@ -15,7 +15,7 @@ default_ca = CA_default # The default ca section
#################################################################### ####################################################################
[ CA_default ] [ CA_default ]
dir = ./demoCA # Where everything is kept dir = .ca # Where everything is kept
certs = $dir/certs # Where the issued certs are kept certs = $dir/certs # Where the issued certs are kept
crl_dir = $dir/crl # Where the issued crl are kept crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file. database = $dir/index.txt # database index file.