Skip to content

Commit

Permalink
Merge pull request smallrye#6 from cescoffier/fix-missing-client-in-j…
Browse files Browse the repository at this point in the history
…unit5
  • Loading branch information
cescoffier authored Feb 29, 2024
2 parents 63c0797 + e46d806 commit 583025b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public void beforeAll(ExtensionContext extensionContext) throws Exception {

CertificateRequest request = new CertificateRequest()
.withName(certificate.name())
.withClientCertificate(certificate.client())
.withFormats(Arrays.asList(certificate.formats()))
.withAlias(certificate.alias().isEmpty() ? null : certificate.alias())
.withCN(certificate.cn())
Expand Down

0 comments on commit 583025b

Please sign in to comment.