From e6314b0f80941f471a37070321df48e4750254bd Mon Sep 17 00:00:00 2001 From: James Magahern Date: Tue, 22 Jan 2019 23:32:35 -0800 Subject: [PATCH] Addendum to README regarding self-signed ssl certs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e8c32a4..3e5a0df 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ If you want to run with SSL, you have to generate a self-signed certificate, and `openssl genrsa -out Kordophone-root.key 4096` 2. Generate root certificate `openssl req -x509 -new -nodes -key Kordophone-root.key -sha256 -days 1024 -out Kordophone-root.crt` +3. Add this certificate to the Mac's trust store via Keychain Access. Set to "Always Trust" ### Create signing certificate by signing a new cert with the root cert 1. Generate signing key