forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0293f85
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 parent235c09e commit0293f85
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
695 | 695 |
| |
696 | 696 |
| |
697 | 697 |
| |
698 |
| - | |
| 698 | + | |
699 | 699 |
| |
700 | 700 |
| |
701 | 701 |
| |
|
0 commit comments
Comments
(0)