Organize examples into section

This commit is contained in:
Seth Vargo
2016-11-17 13:04:52 -05:00
parent b93c4f50a7
commit 7d6ff824e9

View File

@@ -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