ngine-io / ansible-collection-cloudstack

CloudStack Ansible Collections
https://galaxy.ansible.com/ngine_io/cloudstack
GNU General Public License v3.0
21 stars 28 forks source link

Upload Custom Certificate #28

Open rvalle opened 4 years ago

rvalle commented 4 years ago

Hi

I continue creating playbooks to install and provision cloudstack with ansible from the ground up.

In order to properly setup the console and second storage proxy it is necessary to:

http://cloudstack.apache.org/api/apidocs-4.14/apis/uploadCustomCertificate.html

Calls for which there is no ansible module. Reverting to CMK is not working either because of: https://github.com/apache/cloudstack/issues/4295

So, I might just create this missing module.

PaulAngus commented 3 years ago

@resmo a custom cert upload module would be good, as using cmk requires the creation of the ~/.cmk/config file with api/secret keys in it. Obviously it can be removed after use, but it posses a small security threat when it exists, and as we change certs regularly for security, it kinda goes against what we're trying to do....