Re: unknown option --subject
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: konkove@gmail.com,
pgsql-docs <pgsql-docs@lists.postgresql.org>
Date: 2024-02-01T08:13:35Z
Lists: pgsql-docs
> On 31 Jan 2024, at 18:21, PG Doc comments form <noreply@postgresql.org> wrote: > On this page this command does not work > `openssl x509 -in myclient.crt -noout --subject -nameopt RFC2253` > unknown option --subject > > We should use only one dash `-subject` That's correct, it should be a single dash. Thanks for the report, I'll fix this backpatched down to 14 where it was introduced. -- Daniel Gustafsson
Commits
-
doc: Fix incorrect openssl option
- da9cb2495752 15.6 landed
- 61b1991ad091 14.11 landed
- 0df4f75eeafa 16.2 landed
- 0293f8579c4d 17.0 landed