Closed jvdprng closed 8 months ago
Support certificate chains with intermediates, cleanup of tempfiles.
I cleaned this up a bit -- we now use NamedTemporaryFile(delete=False), since that better captures the FD lifetimes.
NamedTemporaryFile(delete=False)
Support certificate chains with intermediates, cleanup of tempfiles.