From 8a9540d4ecd6e5ed82d773742ad6d400f4570646 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Tue, 14 Nov 2023 05:02:35 -0500 Subject: [PATCH] Polish up `tls` directive page --- src/docs/markdown/caddyfile/directives/tls.md | 58 ++++++++++++++----- 1 file changed, 43 insertions(+), 15 deletions(-) diff --git a/src/docs/markdown/caddyfile/directives/tls.md b/src/docs/markdown/caddyfile/directives/tls.md index 4a1f5be..e15f2ee 100644 --- a/src/docs/markdown/caddyfile/directives/tls.md +++ b/src/docs/markdown/caddyfile/directives/tls.md @@ -53,7 +53,7 @@ tls [internal|] | [ ] { - **internal** means to use Caddy's internal, locally-trusted CA to produce certificates for this site. To further configure the [`internal`](#internal) issuer, use the [`issuer`](#issuer) subdirective. -- **<email>** is the email address to use for the ACME account managing the site's certificates. +- **<email>** is the email address to use for the ACME account managing the site's certificates. You may prefer to use the [`email` global option](/docs/caddyfile/options#email) instead, to configure this for all your sites at once.