From: | Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix documentation comments for test CA config files |
Date: | 2024-02-28 22:13:11 |
Message-ID: | E1rfSAo-001IFc-Vu@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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(dot)zhang(at)highgo(dot)ca>
Discussion: https://postgr.es/m/12f4c425-45fe-480f-a692-b3ed82ebcb33@highgo.ca
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/6a6b7f5de3ff0dad46aab9e8e17a3747370199a3
Modified Files
--------------
src/test/ssl/conf/client_ca.config | 8 +++++---
src/test/ssl/conf/root_ca.config | 2 +-
src/test/ssl/conf/server_ca.config | 8 +++++---
3 files changed, 11 insertions(+), 7 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2024-02-28 22:33:44 | Re: pgsql: Mop-up for AIX-ectomy: remove now-dead test code. |
Previous Message | Tom Lane | 2024-02-28 21:05:53 | pgsql: Improve plpgsql's error messages for incorrect %TYPE and %ROWTYP |