Update README.md

This commit is contained in:
shutterbug2000 2018-10-28 14:30:52 -05:00 committed by GitHub
parent df594ad6c9
commit c5e2886e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,4 +21,5 @@ openssl x509 -req -in server.csr -CA nwc.crt -CAkey nwc.key -CAcreateserial -out
``` ```
Copy the server.key and server.crt files to the correct places, and then configure your server to use them. Copy the server.key and server.crt files to the correct places, and then configure your server to use them.
Additionally, add `SSLCertificateChainFile "nwc.crt"` to your server config. Additionally, add `SSLCertificateChainFile "nwc.crt"` to your server config.