Change the dir config to be relative
This commit is contained in:
parent
0c00cb0c2b
commit
828ca8daf5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ default_ca = CA_default
|
|||
|
||||
[ CA_default ]
|
||||
# Directory and file locations.
|
||||
dir = /home/daan/dev/homelab/ca
|
||||
dir = .
|
||||
certs = $dir/certs
|
||||
crl_dir = $dir/crl
|
||||
new_certs_dir = $dir/newcerts
|
||||
|
|
Loading…
Reference in a new issue