Fix documentation comments for test CA config files
authorDaniel Gustafsson
Wed, 28 Feb 2024 21:57:00 +0000 (22:57 +0100)
committerDaniel Gustafsson
Wed, 28 Feb 2024 21:57:00 +0000 (22:57 +0100)
commit6a6b7f5de3ff0dad46aab9e8e17a3747370199a3
tree6b01424393b1e101ed0f2a4f3527f7df889af29a
parent2a6b47cb50eb9b62b050de2cddd03a9ac267e61f
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 
Discussion: https://postgr.es/m/12f4c425-45fe-480f-a692-b3ed82ebcb33@highgo.ca
src/test/ssl/conf/client_ca.config
src/test/ssl/conf/root_ca.config
src/test/ssl/conf/server_ca.config