From 828ca8daf52420294c599a0b484145a79d1dbd79 Mon Sep 17 00:00:00 2001 From: Daan Boerlage Date: Tue, 14 May 2024 13:45:48 +0200 Subject: [PATCH] Change the dir config to be relative --- config/ca.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ca.conf b/config/ca.conf index f0f0a4d..8d5598d 100644 --- a/config/ca.conf +++ b/config/ca.conf @@ -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