diff --git a/TLS.md b/TLS.md index f4bf918..5f29358 100644 --- a/TLS.md +++ b/TLS.md @@ -1,6 +1,12 @@ This page explains how to add TLS support for Netbox. There are many ways to do this. +## TLS for the world + +In order to setup TLS to serve public traffic to your Netbox it is recommended to set up a reverse proxy that is independent from Netbox. +You can do this by installing a webserver like _nginx_ on your host machine directly or by running it in a container. +But we advise against changing the nginx configuration that ships with Netbox Docker. + ## TLS for localhost This guide is intended for people developing with or on Netbox or Netbox-Docker on their computer.