forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfadac33
committed
Doc: Fix misleading wording of CRL parameters
ssl_crl_file and ssl_crl_dir are both used to for client certificaterevocation, not server certificates. The description for the paramscould be easily misread to mean the opposite however, as evidencedby the bugreport leading to this fix. Similarly, expand sslcrl andand sslcrldir to explicitly mention server certificates. While therealso mention sslcrldir where previously only sslcrl was discussed.Backpatch down to v10, with the CRL dir fixes down to 14 where theywere introduced.Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>Discussion:https://postgr.es/m/20211202.135441.590555657708629486.horikyota.ntt@gmail.comDiscussion:https://postgr.es/m/CABWY_HCBUCjY1EJHrEGePGEaSZ5b29apgTohCyygtsqe_ySYng@mail.gmail.comBackpatch-through: 101 parent37b2764 commitfadac33
3 files changed
+8
-5
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1248 | 1248 |
| |
1249 | 1249 |
| |
1250 | 1250 |
| |
1251 |
| - | |
| 1251 | + | |
1252 | 1252 |
| |
1253 | 1253 |
| |
1254 | 1254 |
| |
| |||
1267 | 1267 |
| |
1268 | 1268 |
| |
1269 | 1269 |
| |
1270 |
| - | |
| 1270 | + | |
1271 | 1271 |
| |
1272 | 1272 |
| |
1273 | 1273 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1742 | 1742 |
| |
1743 | 1743 |
| |
1744 | 1744 |
| |
1745 |
| - | |
| 1745 | + | |
1746 | 1746 |
| |
1747 | 1747 |
| |
1748 | 1748 |
| |
| |||
1758 | 1758 |
| |
1759 | 1759 |
| |
1760 | 1760 |
| |
1761 |
| - | |
| 1761 | + | |
1762 | 1762 |
| |
1763 | 1763 |
| |
1764 | 1764 |
| |
| |||
8374 | 8374 |
| |
8375 | 8375 |
| |
8376 | 8376 |
| |
| 8377 | + | |
| 8378 | + | |
8377 | 8379 |
| |
8378 | 8380 |
| |
8379 | 8381 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2337 | 2337 |
| |
2338 | 2338 |
| |
2339 | 2339 |
| |
2340 |
| - | |
| 2340 | + | |
| 2341 | + | |
2341 | 2342 |
| |
2342 | 2343 |
| |
2343 | 2344 |
| |
|
0 commit comments
Comments
(0)