--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/133ed623-1af2-479a-9fac-6198a97d242e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,You can use a transport level encryption (SSL) as explained in: http://vertx.io/docs/vertx-core/java/#_configuring_the_event_bus.Clement
On 22 Feb 2017, at 15:28, sANTo L <santo...@gmail.com> wrote:
Hi,I want to set up eventbus encryption but I can only find information on how to do this programmatically.Because I am not setting up the eventbus programmatically, I was wondering if it's possible to define encryption settings (keystore, truststore, etc) via the command lineThankssANTo
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/133ed623-1af2-479a-9fac-6198a97d242e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "vert.x" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vertx/bn-lp47GpC8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vertx+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/4A8D49A9-E293-4CC5-964F-48A67313381C%40gmail.com.
On 22 Feb 2017, at 15:45, sANTo <santo...@gmail.com> wrote:Hi Clement,I saw that documentation, but that's what I was referring to: this is programmatically while I prefer to do it on the commandline to prevent having to change the code of all my microservices
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/CAH_85ZnQcOCy%3DAonmi6QkPvFwh_u72kHUDJV%3DDLWTUNR1R_VnA%40mail.gmail.com.
On 22 Feb 2017, at 15:45, sANTo <santo...@gmail.com> wrote:Hi Clement,I saw that documentation, but that's what I was referring to: this is programmatically while I prefer to do it on the commandline to prevent having to change the code of all my microservicesOh, sorry.No I don’t think you can do it using the CLI.Clement
-Dvertx.options.eventLoopPoolSize-Dvertx.options.deployment.worker=true-Dvertx.options.eventBusOptions.ssl=true-Dvertx.options.eventBusOptions.keystore.path=keystore.jcs -Dvertx.options.eventBusOptions.keystore.password=pwd -Dvertx.options.eventBusOptions.truststore.path=truststore.jcs -Dvertx.options.eventBusOptions.truststore.password=pwdsANTo--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/8658e833-eb99-4418-b73c-ee209f61142a%40googlegroups.com.