forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0df4f75
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 parent781bc12 commit0df4f75
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
666 | 666 | | |
667 | 667 | | |
668 | 668 | | |
669 | | - | |
| 669 | + | |
670 | 670 | | |
671 | 671 | | |
672 | 672 | | |
| |||
0 commit comments
Comments
(0)