-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The tests were failing because of the test certificate expired This patch replaces expired cert (keystore & truststore) Signed-off-by: Artur Socha <artur.socha.mailbox@gmail.com>
- Loading branch information
Showing
3 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.