Skip to content

Instantly share code, notes, and snippets.

@cescoferraro
Created March 20, 2016 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cescoferraro/74cc61e7e386dab68387 to your computer and use it in GitHub Desktop.
Save cescoferraro/74cc61e7e386dab68387 to your computer and use it in GitHub Desktop.
core@coreos2 ~ $ export ETCDCTL_CERT_FILE=/home/core/ssl/etcd1.pem
core@coreos2 ~ $ export ETCDCTL_KEY_FILE=/home/core/ssl/etcd1-key.pem
core@coreos2 ~ $ export ETCDCTL_CA_FILE=/home/core/ssl/ca.pem
core@coreos2 ~ $ export ETCDCTL_ENDPOINT=https://${MASTER_PRIVATE}:2379,https://${DATABASE_PRIVATE}:2379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment