Using Mutual TLS for Agents
version: '2.0'
services:
protocol-mapper-agent:
image: registry.cybus.io/cybus/protocol-mapper:${IMAGE_TAG}
environment:
CYBUS_AGENT_MODE: distributed
CYBUS_AGENT_NAME: myAgent
CYBUS_MQTT_SCHEME: mqtts
CYBUS_MQTT_HOST: 10.11.12.13
CYBUS_MQTT_PORT: '8883'
USE_MUTUAL_TLS: true
volumes:
- protocol-mapper-agent:/data
- /mycerts:/connectware/certs/client
- /myca:/connectware/certs/ca
restart: unless-stopped
network_mode: host
hostname: <some-suitable-hostname>
volumes:
protocol-mapper-agent:Last updated
Was this helpful?

