Re: SSL certificate revocation file will not load

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: John Scalia <jayknowsunix(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: SSL certificate revocation file will not load
Date: 2017-06-14 22:07:02
Message-ID: 26527.1497478022@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

John Scalia <jayknowsunix(at)gmail(dot)com> writes:
> Well, it turned out that the CRL was in the wrong format. So, I managed
> to convert it with OpenSSL and it loaded properly. I do have one more
> question... the Treasury Department, which produces these certificates
> for us, expires all the CRL's in just 6 hours,

Ugh.

> so does that mean I'd have to do restart on the database each time I got
> a new one or would a reload work?

As of PG 10, a reload would work, but in prior versions you'll have to
restart to get it to pick up new SSL config files.

If you're feeling desperate you could try back-patching commit de41869b6,
but keep in mind that hasn't made it through a beta-test cycle yet.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message John Scalia 2017-06-14 23:18:28 Re: SSL certificate revocation file will not load
Previous Message John Scalia 2017-06-14 21:55:22 Re: SSL certificate revocation file will not load