Open c00w opened 11 years ago
So bootstrapping from an inactive gatekeeper might be very difficult, most likely we're going to have to make an encrypted backup of the root ca on the orchestrator?
See https://www.openssl.org/docs/HOWTO/keys.txt for how to generate keys & certificates
We probably want DSA not RSA
See http://golang.org/pkg/net/http/#Server.ListenAndServeTLS for how to switch to https
Probably just do it on orchestrator first.
If you want to do it in the binary see
Actually generate a root CA and setup https everywhere for a deployment.