Re: pg_ssl

2019-04-29 Thread Stephen Frost
Greetings, * Steve (stev...@osfda.org) wrote: > As you might know, generating SSL certificates for postgres (to be used by > pgadmin, for example...) can be quite a bear; especially if you need more > than one, since they are based on the username of the postgres user. Well, you can map the commo

Re: pg_ssl

2019-04-28 Thread Steve
Will be doing in just a few days. I am taking _initial_ suggestions, incorporating them, then I will be setting that up. On 4/28/2019 11:25 AM, David Fetter wrote: On Sat, Apr 27, 2019 at 12:54:07PM -0400, Steve wrote: As you might know, generating SSL certificates for postgres (to be used by

Re: pg_ssl

2019-04-28 Thread David Fetter
On Sat, Apr 27, 2019 at 12:54:07PM -0400, Steve wrote: > As you might know, generating SSL certificates for postgres (to be > used by pgadmin, for example...) can be quite a bear; especially if > you need more than one, since they are based on the username of the > postgres user. Thanks for sendin