httpstat icon indicating copy to clipboard operation
httpstat copied to clipboard

Add support for reading multiple certificates from a PEM file.

Open davidnarayan opened this issue 7 years ago • 0 comments

The current implementation does not support multiple certificates in a single PEM file. This PR adds support for reading multiple certificates from the PEM. This use case is necessary when the client needs to pass a complete certificate chain as part of a mutual auth transaction.

Fixes #144

Note: Sample private keys have been included as part of the test suite. They are example keys only and should never be used as any part of a production implementation.

davidnarayan avatar Oct 24 '18 16:10 davidnarayan