Scenario: "Lisbon": etcd SSL cert troubles
Level: Medium
Type: Fix
Tags: etcd ssl realistic-interviews
Description: There's an etcd server running on https://localhost:2379 , get the value for the key "foo", ie etcdctl get foo or curl https://localhost:2379/v2/keys/foo
Root (sudo) Access: False
Test: etcdctl get foo returns bar.
Time to Solve: 20 minutes.