cryptonote-xmr-pool icon indicating copy to clipboard operation
cryptonote-xmr-pool copied to clipboard

How to set SSL API listener?

Open riderwalker opened this issue 7 years ago • 1 comments

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:

image 2

This is the var api on the website confij.js:

sin titulodsds

An this is the output of the "node init.js" process:

descarga

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!

riderwalker avatar Jan 18 '18 15:01 riderwalker

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?

brandon-dacrib avatar Aug 11 '18 02:08 brandon-dacrib