Updated TLS (markdown)

allan-silverstein 2022-04-18 12:09:54 -04:00
parent 287fd35017
commit b77d93a728

2
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_ ## 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. [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. To begin, you need to create a `Caddyfile` with the required reverse proxy and TLS settings.