JiriOndrusek commented on a change in pull request #1338:
URL: https://github.com/apache/camel-quarkus/pull/1338#discussion_r438761424



##########
File path: integration-tests/http/src/main/resources/jsse/readme.adoc
##########
@@ -0,0 +1,4 @@
+Server keystore has to contain server certificate. It is possible to use 
self-signed certificate created by following command:
+
+`keytool -genkeypair -keystore keystore.p12 -storetype PKCS12 -storepass 
changeit -alias localhost -keyalg RSA -keysize 2048 -validity 99999 -dname 
"CN=localhost"
+.crt.pem -storetype JKS -keystore server.truststore -storepass changeit`

Review comment:
       My intention was to describe , how to create certificate  so I've put 
the readme in the same folder as certificate. But I agree that root makes more 
sense - I'll fix it




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to