cloudsidedev / appside

Multitenant environment automation.
http://cloudside.ch
GNU Affero General Public License v3.0
38 stars 7 forks source link

Support for managing root certificates #26

Closed stefan-kalb closed 6 years ago

stefan-kalb commented 7 years ago

As an administrator I want to be able to manage the available root certificates on my servers. E.g. I want to add self signed root certificates. To do this I want to be able to do the following manual steps with appflow:

ivomarino commented 7 years ago

AppFlow actually manages virtualhost certs in /etc/certs/, what kind of certs are this in your example?

stefan-kalb commented 7 years ago

just self issued certificates. I think the certificates can also be stored in /etc/cert if the certs are known systemwide, for example for access sites with curl

ivomarino commented 7 years ago

so those certs are required for executing .e.g curl http://myservice.inernal on the node? myservice.inernal would be something like your AD or similar?

stefan-kalb commented 7 years ago

That's it, but its curl https://mysqervice.internal of course :-)

ivomarino commented 6 years ago

can be closed for now according to @stefan-kalb.