Re: [DOCS] Default names for CRL and CA files in the backend

2017-09-01 Thread Peter Eisentraut
Committed. I have removed the mentions of the hard-coded defaults in previous PostgreSQL releases. Almost all settings probably did not exist or behaved differently in a previous release, and we don't keep all of that around, so this was a good chance to clean that up. -- Peter Eisentraut

Re: [DOCS] Default names for CRL and CA files in the backend

2017-08-18 Thread Michael Paquier
On Fri, Aug 18, 2017 at 10:37 PM, Daniel Gustafsson wrote: >> On 18 Aug 2017, at 09:28, Michael Paquier wrote: >> - the server, i.e. signed by a certificate in the server's >> - root.crt file. >> + the server, i.e. signed by a certificate in the server's root certificate >> + file. >>

Re: [DOCS] Default names for CRL and CA files in the backend

2017-08-18 Thread Alvaro Herrera
Michael Paquier wrote: > (Spotted a transation issue, so added Álvaro in the loop) > Álvaro, I think that those translations are incorrect: > src/backend/po/fr.po:#~ msgid "Make sure the root.crt file is present > and readable." > src/backend/po/ja.po:#~ msgid "Make sure the root.crt file is prese

Re: [DOCS] Default names for CRL and CA files in the backend

2017-08-18 Thread Daniel Gustafsson
> On 18 Aug 2017, at 09:28, Michael Paquier wrote: > > On Thu, Aug 17, 2017 at 4:37 PM, Daniel Gustafsson wrote: >>> On 17 Aug 2017, at 03:26, Michael Paquier wrote: >> Since all supported versions have this as a parameter, this seems to mainly >> serve as a help for anyone upgrading from 9.1 (

Re: [DOCS] Default names for CRL and CA files in the backend

2017-08-18 Thread Michael Paquier
On Thu, Aug 17, 2017 at 4:37 PM, Daniel Gustafsson wrote: >> On 17 Aug 2017, at 03:26, Michael Paquier wrote: > Since all supported versions have this as a parameter, this seems to mainly > serve as a help for anyone upgrading from 9.1 (or earlier) so mentioning when > the change happened makes s

Re: [DOCS] Default names for CRL and CA files in the backend

2017-08-17 Thread Daniel Gustafsson
> On 17 Aug 2017, at 03:26, Michael Paquier wrote: > > On Thu, Aug 17, 2017 at 7:31 AM, Daniel Gustafsson wrote: >> Commit a445cb92ef5b3a31313ebce30e18cc1d6e0bdecb removed the default names for >> serverside CRL and CA files, but the defaults were left in the "SSL Server >> File >> Usage” table

Re: [DOCS] Default names for CRL and CA files in the backend

2017-08-16 Thread Michael Paquier
On Thu, Aug 17, 2017 at 7:31 AM, Daniel Gustafsson wrote: > Commit a445cb92ef5b3a31313ebce30e18cc1d6e0bdecb removed the default names for > serverside CRL and CA files, but the defaults were left in the "SSL Server > File > Usage” table with a small note. I completely missed the note, even after

[DOCS] Default names for CRL and CA files in the backend

2017-08-16 Thread Daniel Gustafsson
Commit a445cb92ef5b3a31313ebce30e18cc1d6e0bdecb removed the default names for serverside CRL and CA files, but the defaults were left in the "SSL Server File Usage” table with a small note. I completely missed the note, even after having been fiddling about with the code in question. Removing the