purushah commented on code in PR #3678: URL: https://github.com/apache/storm/pull/3678#discussion_r1718705502
########## storm-client/test/resources/ssl/README.md: ########## @@ -0,0 +1,10 @@ +SSL test data Review Comment: The certificates are valid for 1000 years. ``` ~ % keytool -list -v -keystore testKeyStore.jks -storepass <> | grep valid Valid from: Fri Jan 30 10:57:30 PST 2015 until: Tue Feb 07 10:57:30 PST 3015 ~ % keytool -list -v -keystore testTrustStore.jks -storepass <> | grep Valid Valid from: Fri Jan 30 10:57:30 PST 2015 until: Tue Feb 07 10:57:30 PST 3015 ~ % ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@storm.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org