Advertisement
Guest User

Untitled

a guest
Apr 20th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. docker exec -ti ucp-kv curl --cacert /etc/docker/ssl/ca.pem --cert /etc/docker/ssl/cert.pem --key /etc/docker/ssl/key.pem https://192.168.123.14:12379/v2/keys/interlock/v1/config -XPUT -d
  2. value='listenAddr=":8080"
  3. dockerURL="tcp://192.168.123.14:2376"
  4. tlsCaCert="/certs/ca.pem"
  5. tlsCert="/certs/cert.pem"
  6. tlsKey="/certs/key.pem"
  7. [[Extensions]]
  8. Name="nginx"
  9. ConfigPath="/etc/conf/nginx.conf"
  10. PidPath="/etc/conf/nginx.pid"
  11. BackendOverrideAddress=""
  12. ConnectTimeout=5000
  13. ServerTimeout=10000
  14. ClientTimeout=10000
  15. MaxConn=1024
  16. Port=80
  17. SyslogAddr=""
  18. NginxPlusEnabled=false
  19. AdminUser="admin"
  20. AdminPass=""
  21. SSLCertPath=""
  22. SSLCert=""
  23. SSLPort=443
  24. SSLOpts=""
  25. User="www-data"
  26. WorkerProcesses=2
  27. RLimitNoFile=65535
  28. ProxyConnectTimeout=600
  29. ProxySendTimeout=600
  30. ProxyReadTimeout=600
  31. SendTimeout=600
  32. SSLCiphers=
  33. "HIGH:!aNULL:!MD5"
  34. SSLProtocols="SSLv3 TLSv1 TLSv1.1 TLSv1.2"'
  35.  
  36. nginx_1 | 2016/04/19 12:32:33 [emerg] 1#1: open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
  37. nginx_1 | nginx: [emerg] open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
  38. nginx_1 | 2016/04/19 12:32:34 [emerg] 1#1: open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
  39. nginx_1 | nginx: [emerg] open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
  40. nginx_1 | 2016/04/19 12:32:35 [emerg] 1#1: open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
  41. nginx_1 | nginx: [emerg] open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
  42. nginx_1 | 2016/04/19 12:32:36 [emerg] 1#1: open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
  43. nginx_1 | nginx: [emerg] open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
  44. nginx_1 | 2016/04/19 12:32:38 [emerg] 1#1: open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
  45. interlock_1 | time="2016-04-19T12:32:31Z" level=info msg="interlock 1.0.0 (49863fc)"
  46. interlock_1 | time="2016-04-19T12:32:31Z" level=debug msg="using kv: addr=etcd://192.168.123.14:12379"
  47. nginx_1 | nginx: [emerg] open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
  48. interlock_1 | time="2016-04-19T12:32:31Z" level=debug msg="Trusting certs with subjects: [0x1e1x1c0x1ax06x03Ux04x03x13x13UCP Cluster Root CA]"
  49. interlock_1 | time="2016-04-19T12:32:31Z" level=debug msg="configuring TLS for KV"
  50. nginx_1 | 2016/04/19 12:32:40 [emerg] 1#1: open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
  51. interlock_1 | time="2016-04-19T12:32:31Z" level=fatal msg="Near line 31 (last key parsed 'Extensions.SSLCiphers'): Expected value but found 'n' instead."
  52. nginx_1 | nginx: [emerg] open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
  53. nginx_1 | 2016/04/19 12:32:44 [emerg] 1#1: open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
  54. nginx_1 | nginx: [emerg] open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
  55. interlock_1 | time="2016-04-19T12:32:32Z" level=info msg="interlock 1.0.0 (49863fc)"
  56. nginx_1 | 2016/04/19 12:32:50 [emerg] 1#1: open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
  57. nginx_1 | nginx: [emerg] open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
  58. interlock_1 | time="2016-04-19T12:32:32Z" level=debug msg="using kv: addr=etcd://192.168.123.14:12379"
  59. nginx_1 | 2016/04/19 12:33:04 [emerg] 1#1: open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
  60. nginx_1 | nginx: [emerg] open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
  61. interlock_1 | time="2016-04-19T12:32:32Z" level=debug msg="Trusting certs with subjects: [0x1e1x1c0x1ax06x03Ux04x03x13x13UCP Cluster Root CA]"
  62. nginx_1 | 2016/04/19 12:33:30 [emerg] 1#1: open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
  63. nginx_1 | nginx: [emerg] open() "/etc/conf/nginx.conf" failed (2: No such file or directory)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement