Skip to content

Commit ca99176

Browse files
committed
Re-create keystores with java 8
1 parent d6889fb commit ca99176

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tests/src/test/resources/certificates/generateCertificates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ openssl pkcs12 -export -name server -in server.crt -inkey server.key -passout 'p
1414
openssl pkcs12 -export -name client1 -in client1.crt -inkey client1.key -passout 'pass:' -out client1.p12
1515
openssl pkcs12 -export -name client2 -in client2.crt -inkey client2.key -passout 'pass:' -out client2.p12
1616

17-
# create trusted-clients.p12 and trusted-servers.p12 via keystore-explorer
17+
# create trusted-clients.p12 and trusted-servers.p12 via keystore-explorer and java 8
1818
echo "--- DONE ---"
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)