Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions client/src/test/resources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Please note that SSL dependant tests will fail when test certificate is expired.

In such case renew it to fix the problem:

```
$ keytool -genkey -alias testcert -validity 1465 -keyalg RSA -keystore keystore
$ keytool -export -keystore keystore -alias testcert -file testcert.cer
$ keytool -import -file testcert.cer -alias testcert -keystore truststore
```

Binary file modified client/src/test/resources/keystore
Binary file not shown.
Binary file modified client/src/test/resources/truststore
Binary file not shown.