diff --git a/jetty-proxy/src/test/java/org/eclipse/jetty/proxy/ClientAuthProxyTest.java b/jetty-proxy/src/test/java/org/eclipse/jetty/proxy/ClientAuthProxyTest.java index 891f55818992..b788da13eb46 100644 --- a/jetty-proxy/src/test/java/org/eclipse/jetty/proxy/ClientAuthProxyTest.java +++ b/jetty-proxy/src/test/java/org/eclipse/jetty/proxy/ClientAuthProxyTest.java @@ -72,7 +72,7 @@ *

There are 3 KeyStores:

*
*
{@code client_keystore.p12}
- *
{@code proxy} -> the proxy domain certificate with CN=proxy
+ *
{@code server} -> the server certificate with CN=server
*
{@code user1_client} -> the client certificate for user1, signed with the server certificate
*
{@code user2_client} -> the client certificate for user2, signed with the server certificate
*
diff --git a/jetty-proxy/src/test/resources/client_auth/client_keystore.p12 b/jetty-proxy/src/test/resources/client_auth/client_keystore.p12 index 91a29daba16c..cf324d7ad20f 100644 Binary files a/jetty-proxy/src/test/resources/client_auth/client_keystore.p12 and b/jetty-proxy/src/test/resources/client_auth/client_keystore.p12 differ diff --git a/jetty-proxy/src/test/resources/client_auth/proxy_keystore.p12 b/jetty-proxy/src/test/resources/client_auth/proxy_keystore.p12 index 46a44fae095b..50a21ec94c28 100644 Binary files a/jetty-proxy/src/test/resources/client_auth/proxy_keystore.p12 and b/jetty-proxy/src/test/resources/client_auth/proxy_keystore.p12 differ diff --git a/jetty-proxy/src/test/resources/client_auth/server_keystore.p12 b/jetty-proxy/src/test/resources/client_auth/server_keystore.p12 index d69a31386a42..73ecd4d656a1 100644 Binary files a/jetty-proxy/src/test/resources/client_auth/server_keystore.p12 and b/jetty-proxy/src/test/resources/client_auth/server_keystore.p12 differ