diff options
author | Erich Eckner <git@eckner.net> | 2019-09-02 11:02:46 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-02 12:03:10 +0200 |
commit | fd59cea0317d1771a2278376e4ccadfa2106eee6 (patch) | |
tree | 685644a4f074c87799e2334a8bc378acc6356e68 /etc | |
parent | 9764527af0ae384dfa736648a8ee76c3fee16114 (diff) | |
download | simple-pki-fd59cea0317d1771a2278376e4ccadfa2106eee6.tar.xz |
auto-generate etc/ca.conf
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ca.conf.in (renamed from etc/ca.conf) | 2 |
1 files changed, 1 insertions, 1 deletions
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 |