[Swan-dev] Generate test certificates iff missing

Andrew Cagney andrew.cagney at gmail.com
Fri Oct 23 14:21:08 UTC 2015


On 22 October 2015 at 11:02, Matt Rogers <mrogers at redhat.com> wrote:
>
> One note is that the CRLs (except for needupdate.crl) are valid for 15
> days, so at that point dist_certs should be re-run.

Ouch; I guess I'm luck that I almost always rebuild my keys.  One easy
fudge to detect this would be:

   test $(find testing/x509/*/ -type f -ctime +14 | wc -l) -eq 0 &&
echo keys are recent

I guess something like that should be added as a predicate to "make check".

Andrew


More information about the Swan-dev mailing list