forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit61b1991
committed
doc: Fix incorrect openssl option
The openssl command for displaying the DN of a client certificate wasusing --subject and not the single-dash option -subject. While recentversions of openssl handles double dash options, earlier does not sofix by using just -subject (which is per the openssl documentation).Backpatch to v14 where this was introduced.Reported-by: konkove@gmail.comDiscussion:https://postgr.es/m/170672168899.666.10442618407194498217@wrigleys.postgresql.orgBackpatch-through: v141 parentdde5b01 commit61b1991
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
631 | 631 |
| |
632 | 632 |
| |
633 | 633 |
| |
634 |
| - | |
| 634 | + | |
635 | 635 |
| |
636 | 636 |
| |
637 | 637 |
| |
|
0 commit comments
Comments
(0)