rabbitmq / rabbitmq-server

Open source RabbitMQ: core server and tier 1 (built-in) plugins
https://www.rabbitmq.com/
Other
12.28k stars 3.91k forks source link

Add command to rabbitmqctl to load certificate #2570

Open uvzubovs opened 8 years ago

uvzubovs commented 8 years ago

I am still trying to find a way to load a cert into the white list without having to ssh into the node.

Would it be possible to add a command to rabbitmqctl to load a cert? That maybe easier to implement than an HTTP endpoint and will suffice for loading certs when Rabbit runs in PCF.

michaelklishin commented 8 years ago

It's not actually easier to implement until 3.7.0 which will have a completely new set of CLI tools that are extensible from plugins.

michaelklishin commented 7 years ago

Given that we are going to support multiple certificate providers (sources), and a CLI command will can be considered a back door to that mechanism, I'm not yet convinced we need this feature, so let's wait and see.

rabbitmq/rabbitmq-server#2522 is easier to justify in the context of Cloud Foundry.