Private
Public Access
1
0

Addendum to README regarding self-signed ssl certs

This commit is contained in:
James Magahern
2019-01-22 23:32:35 -08:00
parent 0cb907e2ad
commit e6314b0f80

View File

@@ -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