Indeed, however I need ca-cert to be accesible for docker itself (I have private registry) and http clients, not etcd daemon. I have to register certificate authority on other OSes via crt files via appending to bundle, (according this cryptic message similar thing possible in CoreOS):
https://coreos.com/os/docs/latest/adding-certificate-authorities.htmlI tried putting .crt file in that folder and exec update keys in cloud config result was nothing happened. Tried to convert to pem (it just renamed it) and it didn't get added.
I will try it a little bit more and see will I manage to solve my issue