jamesnetherton commented on issue #6151:
URL: https://github.com/apache/camel-quarkus/issues/6151#issuecomment-2158427142

   > i dont know customize a Server TLS and Client TLS for do MutualTLS in the 
same route.
   > What are the properties for do that ? i have a micro service Quarkus Camel 
this service is Server with Truststore, and Client with Keystrore to can call 
other micro service.
   
   It depends which components you are using. For example, if you're using 
`platform-http` as the HTTP server consumer, then you can secure it by 
following this guide:
   
   https://quarkus.io/guides/http-reference#ssl
   
   And if you're using camel-http as the HTTP producer, you can use the 
`sslContextParameters` option to set up your teststore etc:
   
   
https://camel.apache.org/components/4.4.x/http-component.html#_component_option_sslContextParameters
   
   Otherwise, check the component documentation and see what options they have 
for security.


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to