diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | etc/ca.conf.in (renamed from etc/ca.conf) | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |