ClusterHQ / flocker

Container data volume manager for your Dockerized application
https://clusterhq.com
Apache License 2.0
3.38k stars 288 forks source link

how to get user.crt and user.key #2985

Closed timchenxiaoyu closed 7 years ago

timchenxiaoyu commented 7 years ago

I see the docs,call api need user.crt and user.key curl --cacert $PWD/cluster.crt --cert $PWD/user.crt --key $PWD/user.key \ https://172.16.255.250:4523/v1/configuration/containers

how to generate these?

wallnerryan commented 7 years ago

These are the same certificates you created during the flocker installation/configuration using the cli tools.

FYI, This project is moving to https://github.com/ScatterHQ/flocker, a small number of the clusterhq folks will try to maintain it to a certain degree if the community wants it.