Re: SSL string

2019-04-20 Thread Bruce Momjian
On Sat, Apr 20, 2019 at 02:02:08AM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/11/ssl-tcp.html > Description: > > In Section 18.9, the example showing how to create an SSL certificate: > > open

SSL string

2019-04-20 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/ssl-tcp.html Description: In Section 18.9, the example showing how to create an SSL certificate: openssl req -new -x509 -days 365 -nodes -text -out server.crt \ -keyout server.key -subj