From 0b49a5faa3bfdc0524576e53e547ce8cea8ddf07 Mon Sep 17 00:00:00 2001 From: Erik Taubeneck Date: Mon, 24 Jun 2024 13:07:37 -0700 Subject: [PATCH] Update README.md add note about restarting browser after installing local certs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00ef7d0..38dfcd8 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ make the cert with mkcert -cert-file "local_dev/config/cert.pem" -key-file "local_dev/config/key.pem" "draft.test" "*.draft.test" ``` -If you get a warning about the cert not being installed (i.e., it's the first time you've used mkcert), also run: +If you get a warning about the cert not being installed (i.e., it's the first time you've used mkcert), make sure it's installed with the following command. This will likely require a browser restart. ``` mkcert -install ```