From 7323f87b26f22e06f08006cee1815e5875b702fd Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Tue, 2 Jul 2019 16:16:19 -0600 Subject: [PATCH] Improve formatting --- v2:-Documentation.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/v2:-Documentation.md b/v2:-Documentation.md index a4d943c..592d836 100644 --- a/v2:-Documentation.md +++ b/v2:-Documentation.md @@ -515,15 +515,17 @@ and on by default. TLS is structured like this: +``` "tls": { "certificates": {}, "automation": {}, "session_tickets": {}, } - +``` Here is a contrived example showing all fields: +``` "tls": { "certificates": { "load_files": [ @@ -590,6 +592,7 @@ Here is a contrived example showing all fields: "rotation_interval": "12h" } } +``` As you can see, there are 4 ways to load certificates: