From 8610b1b7d76bc858fdcd688d458773f91b3a2caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Mon, 29 Jun 2020 10:50:32 +0200 Subject: [PATCH] Updated TLS (markdown) --- TLS.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.