Updated TLS (markdown)

Christian Mäder
2020-06-29 10:50:32 +02:00
parent e0c6e4be54
commit 8610b1b7d7

6
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.