I’m trying to update the SSL certificate on my Openstack Dashboard by updating the ‘ssl_cert (string)’ and the ‘ssl_key (string)’ settings in the charm itsef.
My thinking is that when the certificate expires, or if I wish to change certificate provider, I should be able to do this on the charm, and not hack around on the machine itself.
It doesn’t look like the modified settings are updated on the machine itself after saving and deploying the changes.
Does anyone have any experience on this or have any ideas?