diff --git a/src/main/resources/store/server-openssl.cnf b/src/main/resources/store/server-openssl.cnf index 7b1a0f2c6b8c0fe32e9dc03e2aac2c1d3f73b599..7696c0347a876959b38e1737f1ee5698186bfce5 100644 --- a/src/main/resources/store/server-openssl.cnf +++ b/src/main/resources/store/server-openssl.cnf @@ -22,4 +22,5 @@ subjectKeyIdentifier = hash [alt_names] DNS.1 = localhost IP.1 = 127.0.0.1 -DNS.2 = docker \ No newline at end of file +DNS.2 = docker +DNS.3 = xta-test-server \ No newline at end of file diff --git a/src/main/resources/store/xta-test-client-jane-doe_keystore.p12 b/src/main/resources/store/xta-test-client-jane-doe_keystore.p12 index 0c0a1b20ac2922debfbbb7d973ddcdf6ecf068fc..fa5c188edd11779c29cd1c62c53f25393c1272e2 100644 Binary files a/src/main/resources/store/xta-test-client-jane-doe_keystore.p12 and b/src/main/resources/store/xta-test-client-jane-doe_keystore.p12 differ diff --git a/src/main/resources/store/xta-test-client-john-smith_keystore.p12 b/src/main/resources/store/xta-test-client-john-smith_keystore.p12 index dab946317cc45fd93bf87b573e959fa86c0c1afa..a52d1b244168924bb474e1099fd31882f7499d19 100644 Binary files a/src/main/resources/store/xta-test-client-john-smith_keystore.p12 and b/src/main/resources/store/xta-test-client-john-smith_keystore.p12 differ diff --git a/src/main/resources/store/xta-test-server_keystore.p12 b/src/main/resources/store/xta-test-server_keystore.p12 index b8937afa04dd5fa9322ac86830f990bbe4ec6f48..876ba38a358ad3364deebfb71a8ce3c0ef8428ad 100644 Binary files a/src/main/resources/store/xta-test-server_keystore.p12 and b/src/main/resources/store/xta-test-server_keystore.p12 differ