From b77d93a728f45b02f0f03951783a7d7fcd2dd7e8 Mon Sep 17 00:00:00 2001 From: allan-silverstein Date: Mon, 18 Apr 2022 12:09:54 -0400 Subject: [PATCH] Updated TLS (markdown) --- TLS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TLS.md b/TLS.md index cec7058..4a4b71a 100644 --- a/TLS.md +++ b/TLS.md @@ -13,7 +13,7 @@ So it would be up to you to keep your configuration in sync with what the NetBox ## TLS using _Caddy_ [Caddy](https://caddyserver.com/) is a powerful webserver written in Go and with many built-in features that make it the perfect fit for our case. -It can even automatically create and renew your HTTPS Certificate using Let's Encrypt if you which. +It can even automatically create and renew your HTTPS Certificate using Let's Encrypt if you wish. To begin, you need to create a `Caddyfile` with the required reverse proxy and TLS settings.