Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. ubuntu@ip-172-31-48-169:~$ ls -l /tmp/etcd_*
  2. -rw-r--r-- 1 root root 1179 Jul 1 15:09 /tmp/etcd_ca
  3. -rw-r--r-- 1 root root 4623 Jul 1 15:09 /tmp/etcd_cert
  4. -rw-r--r-- 1 root root 1703 Jul 1 15:09 /tmp/etcd_key
  5. ubuntu@ip-172-31-48-169:~$
  6.  
  7. ubuntu@ip-172-31-48-169:~$ cat /etc/default/etcd
  8. # This file is rendered by Juju, manual edits will not be persisted
  9. ETCD_PROXY=on
  10. ETCD_LISTEN_CLIENT_URLS="http://127.0.0.1:2379"
  11.  
  12. ETCD_INITIAL_CLUSTER="etcd0=https://172.31.51.7:2380"
  13.  
  14. # SSL CONFIGURATION
  15. ETCD_PEER_CERT_FILE=/tmp/etcd_cert
  16. ETCD_PEER_KEY_FILE=/tmp/etcd_key
  17. ETCD_PEER_TRUSTED_CA_FILE=/tmp/etcd_ca
  18. # SSL Strict Mode
  19. ETCD_PEER_CLIENT_CERT_AUTH=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement