Addendum to README regarding self-signed ssl certs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user