From 7ab08a92e2b0aa51c5a6341a79a75c31937e2262 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 11 May 2024 00:59:45 +0200 Subject: [PATCH] Add notes Add notes showing the `mkcert` command to generate the SSL certificates. --- notes | 1 + 1 file changed, 1 insertion(+) create mode 100644 notes diff --git a/notes b/notes new file mode 100644 index 0000000..b8d6f8f --- /dev/null +++ b/notes @@ -0,0 +1 @@ +mkcert -cert-file certs/local-cert.pem -key-file certs/local-key.pem "docker.localhost" "*.docker.localhost"