mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-02 05:33:04 +02:00
Updated TLS (markdown)
6
TLS.md
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.
|
||||
|
Reference in New Issue
Block a user