From 408d0caafc63a6ceb426c65fe3e3d935d93db097 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 11 Aug 2013 17:19:57 -0700 Subject: [PATCH] fix(README): remove url highlight ```url isn't a thing. delete it. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 36414d60f..299084d89 100644 --- a/README.md +++ b/README.md @@ -243,10 +243,7 @@ which meas `foo=barbar` is a key-value pair under `/foo` and `foo_dir` is a dire Etcd supports SSL/TLS and client cert authentication for clients to server, as well as server to server communication First, you need to have a CA cert `clientCA.crt` and signed key pair `client.crt`, `client.key`. This site has a good reference for how to generate self-signed key pairs: - -```url http://www.g-loaded.eu/2005/11/10/be-your-own-ca/ -``` For testing you can use the certificates in the `fixtures/ca` directory.