Open mushir3589 opened 6 years ago
Create a shell script to run the simulator. And put this in there:
#!/bin/sh
# If the self-signed cert is in your cert chain, then tell Node to import those certs by uncommenting the next line
#export NODE_EXTRA_CA_CERTS=/etc/ssl/certs/ca-certificates.crt
# If you cannot import the self-signed cert into your cert chain, uncomment this line
#export NODE_TLS_REJECT_UNAUTHORIZED=0
./genieacs-sim --acs-url="https://your-url.com:7548/" --processes 100
How to setup genieacs-sim for https genieacs-TR-69 server