From a90bb85bb3e307d0c1f46912ca2d328b7f3b77aa Mon Sep 17 00:00:00 2001 From: Ivan7702 Date: Sun, 1 Sep 2013 17:48:29 -0400 Subject: [PATCH] modified: README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 687e48ced..43f621cb0 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,8 @@ Next, lets configure etcd to use this keypair: You can now test the configuration using https: ```sh -curl --cacert fixtures/ca/ca.crt https://127.0.0.1:4001/v1/keys/foo -F value=bar +curl --cacert fixtures/ca/ca.crt https://127.0.0.1:4001/v1/keys/foo -d +value=bar -v ``` You should be able to see the handshake succeed.