You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I have not used this program I would imagine that yes a certificate, private key and maybe an intermediate (chain.pem) are needed for ssl to work. Have you tried generating those?
Hello guys, i have an issue with the API SSL listener, i dont know how to do it work.
I have the following config.json of the pool:
This is the var api on the website confij.js:
An this is the output of the "node init.js" process:
I dont have the files:
"sslcert": "./certs/cert.pem",
"sslkey": "./certs/privkey.pem",
"sslca": "./certs/chain.pem",
Are they necessary for the port to start listening?
Whats wrong or what i need to do?
Thanks!
The text was updated successfully, but these errors were encountered: