Re: Maven plugin to generate key material for SSL unit tests

2022-06-14 Thread Michael Osipov
Am 2022-06-13 um 19:26 schrieb Graham Leggett: On 13 Jun 2022, at 14:18, Delany wrote: https://www.mojohaus.org/keytool/keytool-maven-plugin/plugin-info.html Thanks for this. It seems to come close, but the missing piece seems to be the step where the CSR is turned into a signed certificat

Re: Maven plugin to generate key material for SSL unit tests

2022-06-13 Thread Graham Leggett
On 13 Jun 2022, at 14:18, Delany wrote: > https://www.mojohaus.org/keytool/keytool-maven-plugin/plugin-info.html Thanks for this. It seems to come close, but the missing piece seems to be the step where the CSR is turned into a signed certificate to produce a working trust chain. I wonder if

Re: Maven plugin to generate key material for SSL unit tests

2022-06-13 Thread Delany
https://www.mojohaus.org/keytool/keytool-maven-plugin/plugin-info.html On Mon, 13 Jun 2022 at 14:09, Graham Leggett wrote: > Hi all, > > I find myself yet again fixing a bug in an application where client > certificates don’t work, as the constructors for the code work for the > trivial case on

Maven plugin to generate key material for SSL unit tests

2022-06-13 Thread Graham Leggett
Hi all, I find myself yet again fixing a bug in an application where client certificates don’t work, as the constructors for the code work for the trivial case only. The bug is fixed, now I’m looking at how you would unit/integration test this. The existing unit test has a checked in self signe