Skip to content

Instantly share code, notes, and snippets.

@xynova
Last active October 27, 2015 10:49
Show Gist options
  • Save xynova/6a3ff37809e12c295d6a to your computer and use it in GitHub Desktop.
Save xynova/6a3ff37809e12c295d6a to your computer and use it in GitHub Desktop.
Securing CoreOS etcd references
Examples with cfssl
https://coreos.com/os/docs/latest/generate-self-signed-certificates.html
https://github.com/coreos/etcd/tree/master/hack/tls-setup
Build cfssl
https://github.com/cloudflare/cfssl/blob/master/BUILDING.md
How to deploy
http://blog.skrobul.com/securing_etcd_with_tls/
https://medium.com/@gargar454/coreos-etcd-and-fleet-with-encryption-and-authentication-27ffefd0785c#.878suzplu
Etcd config flags
https://github.com/coreos/etcd/blob/master/Documentation/configuration.md
Proxy
https://coreos.com/etcd/docs/latest/proxy.html
Add ca cert
https://coreos.com/os/docs/latest/adding-certificate-authorities.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment