Re: [HACKERS] Self-signed certificate instructions - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: [HACKERS] Self-signed certificate instructions
Date
Msg-id 672224e0-59da-efe6-5074-113c1824fdfb@2ndQuadrant.com
Whole thread Raw
In response to [HACKERS] Self-signed certificate instructions  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Responses Re: [HACKERS] Self-signed certificate instructions  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers

On 04/15/2017 09:58 AM, Andrew Dunstan wrote:
> The instructions on how to create a self-signed certificate in s 18.9.3
> of the docs seem unduly cumbersome. AFAICT we could replace all the
> commands (except the chmod) with something like this:
>
>     |openssl req -new-x509 -days 365-nodes \ -text -outserver.crt\
>     -keyout server.key\ -subj "/C=XY/CN=yourdomain.name"|
>
> Is there any reason for sticking with the current instructions?
>

Argh. Darn Thunderbird. This should of course be:

   openssl req -new-x509 -days 365-nodes \       -text -out server.crt \       -keyout server.key \       -subj
"/C=XY/CN=yourdomain.name"


cheers

andrew

-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services




pgsql-hackers by date:

Previous
From: Petr Jelinek
Date:
Subject: Re: [HACKERS] logical replication launcher crash on buildfarm
Next
From: Masahiko Sawada
Date:
Subject: [HACKERS] Comment typo in xlogutils.c