a-bali/janitor

Support for Personal Certificate Authority?

Closed this issue · 3 comments

Does Janitor have support for specifying a personal certificate authority? My Mosquitto server is protected with a custom CA, and Janitor can't connect.

For example:

  mqtt:
    # Server connection details
    # Host name
    server: mqtts://mosquitto.int.price.gb.net
    # Port number (default: 1883)
    port: 8883
    # User and password if required
    user: admin
    password: ewpojfewhfiosdfsdojsdpoew
    ca: /certs/ca.crt

No, this is not supported at the moment. Would it be a workaround to trust your custom CAs on the operating system's level?

No problem. Hadn't thought of doing that, good idea, it's within a container actually so even better.

Doing it this way works nicely by the way.