| From: | David Zhang <david(dot)zhang(at)highgo(dot)ca> |
|---|---|
| To: | Pgsql Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Wrong description in server_ca.config and client_ca.config |
| Date: | 2024-02-27 19:38:37 |
| Message-ID: | 12f4c425-45fe-480f-a692-b3ed82ebcb33@highgo.ca |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi Hackers,
The current descriptions for server_ca.config and client_ca.config are
not so accurate. For example, one of the descriptions in
server_ca.config states, "This certificate is used to sign server
certificates. It is self-signed." However, the server_ca.crt and
client_ca.crt are actually signed by the root_ca.crt, which is the only
self-signed certificate. Therefore, it would be more accurate to change
it to "This certificate is used to sign server certificates. It is an
Intermediate CA."
Attached is a patch attempting to fix the description issue.
Best regards,
David
| Attachment | Content-Type | Size |
|---|---|---|
| v1-0001-correct-description-for-server_ca-and-client_ca.patch | text/plain | 1.8 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Melanie Plageman | 2024-02-27 19:47:03 | Re: Confine vacuum skip logic to lazy_scan_skip |
| Previous Message | Jacob Champion | 2024-02-27 19:33:55 | Re: [PoC] Federated Authn/z with OAUTHBEARER |