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
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
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
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