Updated TLS (markdown)

allan-silverstein
2022-04-18 11:58:05 -04:00
parent 9fc22d4763
commit 287fd35017

2
TLS.md

@ -79,7 +79,7 @@ netbox.example.org, netbox.prod.example.org { # This line should match the ALL
## TLS for localhost ## TLS for localhost
Developing locally and test TLS (i.e. `https`) features often poses a challenge. Developing locally and testing TLS (i.e. `https`) features often poses a challenge.
This guide is intended for people developing with, on or for NetBox or NetBox Docker on their computer. This guide is intended for people developing with, on or for NetBox or NetBox Docker on their computer.
It allows to access NetBox Docker through TLS on `https://localhost:8443`, `https://127.0.0.1:8443` and `https://[::1]:8443`. It allows to access NetBox Docker through TLS on `https://localhost:8443`, `https://127.0.0.1:8443` and `https://[::1]:8443`.
It is based on the setup we recommend above. It is based on the setup we recommend above.