From 184a5901e6e3bdc592b22538bfd72e1cdacd25f8 Mon Sep 17 00:00:00 2001 From: Rob Szumski Date: Fri, 17 Jan 2014 12:25:36 -0800 Subject: [PATCH 1/2] feat(docs): modify for sync to CoreOS website --- Documentation/security.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Documentation/security.md b/Documentation/security.md index 19fb71906..1d4395d50 100644 --- a/Documentation/security.md +++ b/Documentation/security.md @@ -1,6 +1,13 @@ -## Advanced Usage +--- +layout: docs +title: Reading and Writing over HTTPS +category: distributed_configuration +sub_category: reading_writing +forkurl: https://github.com/coreos/etcd/blob/master/Documentation/security.md +weight: 8 +--- -### Transport security with HTTPS +## Transport Security with HTTPS Etcd supports SSL/TLS and client cert authentication for clients to server, as well as server to server communication. @@ -53,7 +60,7 @@ And also the response from the etcd server: ``` -### Authentication with HTTPS client certificates +## Authentication with HTTPS Client Certificates We can also do authentication using CA certs. The clients will provide their cert to the server and the server will check whether the cert is signed by the CA and decide whether to serve the request. From e89e42382a28be5f0192fe4949b05ea03f21a20a Mon Sep 17 00:00:00 2001 From: Rob Szumski Date: Fri, 17 Jan 2014 13:06:59 -0800 Subject: [PATCH 2/2] fix(docs): remove header --- Documentation/security.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Documentation/security.md b/Documentation/security.md index 1d4395d50..415d16732 100644 --- a/Documentation/security.md +++ b/Documentation/security.md @@ -1,11 +1,4 @@ ---- -layout: docs -title: Reading and Writing over HTTPS -category: distributed_configuration -sub_category: reading_writing -forkurl: https://github.com/coreos/etcd/blob/master/Documentation/security.md -weight: 8 ---- +# Reading and Writing over HTTPS ## Transport Security with HTTPS