Point all examples to demo key/cert

This commit is contained in:
Alex Hultman 2019-01-17 11:42:53 +01:00
parent a1ed925879
commit ab829af8ce
5 changed files with 10 additions and 10 deletions

View file

@ -56,8 +56,8 @@ function pipeStreamOverResponse(res, readStream, totalSize) {
/* Yes, you can easily swap to SSL streaming by uncommenting here */
const app = uWS.SSLApp({
key_file_name: '/home/alexhultman/key.pem',
cert_file_name: '/home/alexhultman/cert.pem',
key_file_name: 'misc/key.pem',
cert_file_name: 'misc/cert.pem',
passphrase: '1234'
}).get('/sintel.mkv', (res, req) => {
/* Log */