diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/root-ca.conf | 2 | ||||
-rw-r--r-- | etc/signing-ca.conf | 2 |
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. |