Closed gaol closed 4 years ago
@vert-x3/committers would anyone please review ? Thanks :)
@vietj @pmlopes this PR tries to add bouncycastle
to the test scope dependency, and generate the ssl key pairs and certificates when executing the tests. The benefit is that we don't need to worry about the certificate expired some day. What do you think about this? :)
I think this is ok, it's a test dependency so not an issue for the end user.
Introduce
SSLKeyPairCerts.java
to generate SSL key pairs and certificates instead of having the keystore filesMotivation: Fixes: #52