docs: tls: Add client_auth subdirective docs (#55)

* doc(tls): Add the tls.client_auth Caddyfile directive doc

* doc(client_auth): Additional explanation for the client_auth example

* doc(client_auth): Add multiple trusted_ca directive notes

- Update the example as well

* Fine-tune tls docs formatting

Co-authored-by: Matthew Holt <mholt@users.noreply.github.com>
This commit is contained in:
Daniel Santos 2020-06-11 11:47:34 -06:00 committed by GitHub
parent b68b16f044
commit 6161a07af2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 44 additions and 1 deletions

View file

@ -275,6 +275,12 @@ article li {
line-height: 1.5em;
}
article li p,
article li ul,
article li ol {
margin-bottom: .5em;
}
h1,
h2,
h3,