Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save coheigea/a861999ca651df5827a43a9b047671e6 to your computer and use it in GitHub Desktop.
Save coheigea/a861999ca651df5827a43a9b047671e6 to your computer and use it in GitHub Desktop.
<sslContextParameters id="serverSSLParameters" xmlns="http://camel.apache.org/schema/spring">
<keyManagers keyPassword="security">
<keyStore resource="service.jks" password="security"/>
</keyManagers>
</sslContextParameters>
<camelContext xmlns="http://camel.apache.org/schema/spring">
<restConfiguration scheme="coaps" component="coap" port="{{https.port}}">
<endpointProperty key="sslContextParameters" value="#serverSSLParameters" />
</restConfiguration>
...
</camelContext>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment