-
Notifications
You must be signed in to change notification settings - Fork 702
Open
Description
openssl genrsa -out server.key 2048
openssl req -new -x509 -sha256 -key server.key -out server.cer -days 365 -subj /CN=134.209.75.138
npm start
and show me this in console
@ibm-watson/[email protected] start /root/speech-to-text-nodejs
node server.js
listening at: 3000
in web show this
ERR_SSL_PROTOCOL_ERROR
root@machineteacheble-ubuntu-s-8vcpu-16gb-nyc1-01:~/speech-to-text-nodejs# ls
CONTRIBUTING.md app.js node_modules server.cer test
Dockerfile casper-runner.js package-lock.json server.js views
LICENSE config package.json server.key
README.md manifest.yml public src
how can deploy this?
Metadata
Metadata
Assignees
Labels
No labels