From 7d6ff824e90d8b1c8dab7c8462b2b54355a49d04 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 17 Nov 2016 13:04:52 -0500 Subject: [PATCH] Organize examples into section --- website/source/docs/agent/encryption.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/agent/encryption.html.md b/website/source/docs/agent/encryption.html.md index 2ec445aaa..e7d5b1b75 100644 --- a/website/source/docs/agent/encryption.html.md +++ b/website/source/docs/agent/encryption.html.md @@ -51,8 +51,9 @@ TLS is used to secure the RPC calls between agents, but gossip between nodes is done over UDP and is secured using a symmetric key. See above for enabling gossip encryption. +## Encryption Examples -### Example TLS Configuration using cfssl +### TLS Configuration using `cfssl` While [Vault's PKI backend][vault] is an ideal solution for managing certificates and other secrets in a production environment, it's useful to use