summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--etc/ca.conf.in (renamed from etc/ca.conf)2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c5d6633..873c9c1 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ MANDIR = /usr/share/man
VERSION = 0.0
-all: rotate-keys rotate-keys.service sign-ca sign-ca.service sign-request
+all: rotate-keys rotate-keys.service sign-ca sign-ca.service sign-request etc/ca.conf
%: %.in
sed " \
diff --git a/etc/ca.conf b/etc/ca.conf.in
index 34a7193..78d211f 100644
--- a/etc/ca.conf
+++ b/etc/ca.conf.in
@@ -6,7 +6,7 @@
[ default ]
ca = $ENV::CA
-dir = . # Top dir
+dir = #ETCDIR#/simple-pki # Top dir
# The next part of the configuration file is used by the openssl req command.
# It defines the CA's key pair, its DN, and the desired extensions for the CA