From 287fd35017cfa7669cc8c299fea0cb5ec7f9fcf9 Mon Sep 17 00:00:00 2001 From: allan-silverstein Date: Mon, 18 Apr 2022 11:58:05 -0400 Subject: [PATCH] Updated TLS (markdown) --- TLS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TLS.md b/TLS.md index 831f6f2..cec7058 100644 --- a/TLS.md +++ b/TLS.md @@ -79,7 +79,7 @@ netbox.example.org, netbox.prod.example.org { # This line should match the ALL ## 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. 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.