summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan H. Holek <stefan@epy.co.at>2012-12-02 16:43:20 +0100
committerErich Eckner <git@eckner.net>2019-09-02 12:03:10 +0200
commitb465a9da0523c86329e0a8187e42815a0cee35e2 (patch)
tree0c78fa744878eb11d0fb69c76579fbe6a75e3540 /etc
parentf352917e29962bc78f0b03220badb62ad9676063 (diff)
downloadsimple-pki-b465a9da0523c86329e0a8187e42815a0cee35e2.tar.xz
Update req section comment.
Diffstat (limited to 'etc')
-rw-r--r--etc/root-ca.conf2
-rw-r--r--etc/signing-ca.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/root-ca.conf b/etc/root-ca.conf
index 9a8a831..26a2f9d 100644
--- a/etc/root-ca.conf
+++ b/etc/root-ca.conf
@@ -8,7 +8,7 @@
ca = root-ca # CA name
dir = . # Top dir
-# The first part of the configuration file is used by the openssl req command.
+# 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
# certificate.
diff --git a/etc/signing-ca.conf b/etc/signing-ca.conf
index 1fa2d29..8835c8c 100644
--- a/etc/signing-ca.conf
+++ b/etc/signing-ca.conf
@@ -8,7 +8,7 @@
ca = signing-ca # CA name
dir = . # Top dir
-# The first part of the configuration file is used by the openssl req command.
+# 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
# certificate.