From 3bcdd3721c588e73c122a2f2a53681f1a7358ae3 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Fri, 11 Jan 2019 16:38:47 -0800 Subject: [PATCH] Update screenshot with Firefox and Chrome --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3610c17..ac2a2f0 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Created a new certificate valid for the following names 📜 The certificate is at "./example.com+5.pem" and the key at "./example.com+5-key.pem" ✅ ``` -

Chrome screenshot

+

Chrome and Firefox screenshot

Using certificates from real certificate authorities (CAs) for development can be dangerous or impossible (for hosts like `localhost` or `127.0.0.1`), but self-signed certificates cause trust errors. Managing your own CA is the best solution, but usually involves arcane commands, specialized knowledge and manual steps.