Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6a6b7f5

Browse files
Fix documentation comments for test CA config files
The config files which are used to generate the server and client CAs claimed that these were self-signed, when they in reality are signed by the root_ca (which however is self-signed). Reword the comments to match. Author: David Zhang <david.zhang@highgo.ca> Discussion: https://postgr.es/m/12f4c425-45fe-480f-a692-b3ed82ebcb33@highgo.ca
1 parent 2a6b47c commit 6a6b7f5

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

src/test/ssl/conf/client_ca.config

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# An OpenSSL format CSR config file for creating the client root certificate.
2-
# This configuration file is also used when operating the CA.
1+
# An OpenSSL format CSR config file for creating the client Intermediate
2+
# Certificate Authority. This configuration file is also used when operating
3+
# the CA.
34
#
4-
# This certificate is used to sign client certificates. It is self-signed.
5+
# This certificate is used to sign client certificates. It is an Intermediate
6+
# CA.
57

68
[ req ]
79
distinguished_name = req_distinguished_name

src/test/ssl/conf/root_ca.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# A root certificate authority. The server and client CA's certificates
2-
# are signed by this root CA.
2+
# are signed by this root CA. This certificate is self-signed.
33

44
[ req ]
55
distinguished_name = req_distinguished_name

src/test/ssl/conf/server_ca.config

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# An OpenSSL format CSR config file for creating the server root certificate.
2-
# This configuration file is also used when operating the CA.
1+
# An OpenSSL format CSR config file for creating the server Intermediate
2+
# Certificate Authority. This configuration file is also used when operating
3+
# the CA.
34
#
4-
# This certificate is used to sign server certificates. It is self-signed.
5+
# This certificate is used to sign server certificates. It is an Intermediate
6+
# CA.
57

68
[ req ]
79
distinguished_name = req_distinguished_name

0 commit comments

Comments
 (0)