mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-02-06 05:54:04 +00:00
Updated TLS (markdown)
parent
e0c6e4be54
commit
8610b1b7d7
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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user