Comment 1 for bug 2066033

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

For the sake of consistency with other charms like for openstack charms I would go with ssl-ca

Also the landscape client should be update to match the correct naming convention

```
root@vault-1:~# cat /etc/landscape/client.conf|grep ssl_public_key
ssl_public_key = /etc/ssl/certs/landscape_server_ca.crt
root@vault-1:~# head /etc/ssl/certs/landscape_server_ca.crt
-----BEGIN CERTIFICATE-----
MIIEOTCCAyGg.................J4Z4wDQYJKoZIhvcNAQEL
BQAwLDEq....................1VEIEVudGVycHJpc2UgSXNzdWluZyBDQSAx
```