Comment 2 for bug 2066033

Revision history for this message
Bartosz Woronicz (mastier1) wrote : Re: Incorrect/Misleading key name in landscape-client charm config "ssl-public-key"

Also the need for base64: prefix is redundant.
It should be served on the charm level to check whether the input is base64, all other charms are doing it this way
https://github.com/juju/charm-helpers/blob/master/charmhelpers/contrib/openstack/cert_utils.py#L344

For the elegance you may add some the cert validation itself