From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Craig Ringer <craig(at)2ndquadrant(dot)com> |
Cc: | Stephen Frost <sfrost(at)snowman(dot)net>, Ian Pilcher <arequipeno(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, stellr(at)vt(dot)edu, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Trust intermediate CA for client certificates |
Date: | 2013-12-06 14:43:54 |
Message-ID: | 20131206144354.GA26036@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
On Mon, Dec 2, 2013 at 12:44:08PM -0500, Bruce Momjian wrote:
> On Sat, Nov 30, 2013 at 12:10:19PM -0500, Bruce Momjian wrote:
> > > Drat, you're quite right. I've always included the full certificate
> > > chain in client certs but it's in no way required.
> > >
> > > I guess that pretty much means maintaining the status quo and documenting
> > > it better.
> >
> > I have developed the attached patch to document this behavior. My goals
> > were:
> >
> > * clarify that a cert can match a remote intermediate or root certificate
> > * clarify that the client cert must match a server root.crt
> > * clarify that the server cert much match a client root.crt
> > * clarify that the root certificate does not have to be specified
> > in the client or server cert as long as the remote end has the chain
> > to the root
> >
> > Does it meet these goals? Is it correct?
>
> I have updated the patch, attached, to be clearer about the requirement
> that intermediate certificates need a chain to root certificates.
Patch applied to head.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ Everyone has their own god. +
From | Date | Subject | |
---|---|---|---|
Next Message | Kevin Grittner | 2013-12-06 14:54:35 | Re: Similarity search with the tsearch2 extension |
Previous Message | Janek Sendrowski | 2013-12-06 14:30:57 | Similarity search with the tsearch2 extension |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2013-12-06 14:54:59 | Re: Add %z support to elog/ereport? |
Previous Message | Tom Lane | 2013-12-06 14:34:13 | Re: WITHIN GROUP patch |