dvandal / cryptonote-nodejs-pool

Mining pool for all CryptoNote based coins using Cryptonight, Cryptonight Light and Cryptonight Heavy algorithms
GNU General Public License v2.0
364 stars 610 forks source link

[api] Could not start API listening on 0.0.0.0 port 8119 (SSL): SSL certificate authority file not found (configuration error) #657

Closed voipcall closed 3 years ago

voipcall commented 3 years ago

How to generate chain.pem? How to fill "password" field?

My config:

"api": { "enabled": true, "hashrateWindow": 600, "updateInterval": 5, "bindIp": "0.0.0.0", "port": 8117, "blocks": 30, "payments": 30, "password": "password", "ssl": true, "sslPort": 8119, "sslCert": "./certificate.pem", "sslKey": "./private.key", "sslCA": "./chain.pem", "trustProxyIP": true