Ver Fonte

modified: README.md

Ivan7702 há 12 anos atrás
pai
commit
a90bb85bb3
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -272,7 +272,8 @@ Next, lets configure etcd to use this keypair:
 You can now test the configuration using https:
 You can now test the configuration using https:
 
 
 ```sh
 ```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.
 You should be able to see the handshake succeed.