Skip to content

Commit

Permalink
Fixes #5973 - Proxy client TLS authentication example.
Browse files Browse the repository at this point in the history
Fixed keystores to work with Java 8.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
  • Loading branch information
sbordet committed Feb 17, 2021
1 parent a5ef97f commit f0d4ac0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Expand Up @@ -72,7 +72,7 @@
* <p>There are 3 KeyStores:</p>
* <dl>
* <dt>{@code client_keystore.p12}</dt>
* <dd>{@code proxy} -> the proxy domain certificate with CN=proxy</dd>
* <dd>{@code server} -> the server certificate with CN=server</dd>
* <dd>{@code user1_client} -> the client certificate for user1, signed with the server certificate</dd>
* <dd>{@code user2_client} -> the client certificate for user2, signed with the server certificate</dd>
* </dl>
Expand Down
Binary file modified jetty-proxy/src/test/resources/client_auth/client_keystore.p12
Binary file not shown.
Binary file modified jetty-proxy/src/test/resources/client_auth/proxy_keystore.p12
Binary file not shown.
Binary file modified jetty-proxy/src/test/resources/client_auth/server_keystore.p12
Binary file not shown.

0 comments on commit f0d4ac0

Please sign in to comment.