Alex Raddas
Results
1
comments of
Alex Raddas
I got this to work by passing the request options. ```var fs = require('fs'); var options = { apiVersion: 'v1', endpoint: 'https://127.0.0.1', token: '0123456789', requestOptions: { ca: fs.readFileSync('/etc/ssl/certs/cabundlefile.crt'), } };...