I am unable to find a way to pass the ssl parameter using rabbitmq integration for stackstorm. I am trying to run the following command using stackstorm.
$ rabbitmqadmin --host=mustang.rmq.cloudamqp.com --port=443 --vhost=itweicph --username=itweicph --password=some-password --ssl list exchanges
How can I pass the "--ssl" flag?