Michael Steurer

Results 3 comments of Michael Steurer

I followed the [Quickstart](https://learn.microsoft.com/en-us/azure/event-grid/mqtt-publish-and-subscribe-portal) and then managed to publish with this command: ``` mosquitto_pub \ -i client1 -u client1 \ --cafile intermediate_ca.crt \ --cert client1-authn-ID.pem \ --key client1-authn-ID.key \ --tls-use-os-certs...

There is an option to specify the path where the _ca_ can be found. So I manually set the capath in the config file ``` ... bridge_capath /etc/ssl/certs bridge_certfile /mosquitto/certs/client1-authn-ID.pem...

> I have also encountered this. I've found that if I close obsidian and re-open, the file list returns. You can then open the diagram from the file tree and...