From 210e08d588b0e13eb13c53275a055c92e92a72d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Tue, 2 Jun 2020 16:08:53 +0200 Subject: [PATCH] Updated TLS (markdown) --- TLS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TLS.md b/TLS.md index 815087b..f4bf918 100644 --- a/TLS.md +++ b/TLS.md @@ -4,7 +4,7 @@ There are many ways to do this. ## TLS for localhost This guide is intended for people developing with or on 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](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`. First install [`mkcert`](https://github.com/FiloSottile/mkcert#installation) on your computer. It creates and installs a local CA-Certificate, which is used to create other certificates.