Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!
openssl genrsa -des3 -out rootCA.key 4096| root@17567133b053:/home/eds/eds-relay-service# npm install posix@4.1.2 --save --verbose | |
| npm info it worked if it ends with ok | |
| npm verb cli [ '/root/.nvm/versions/node/v10.8.0/bin/node', | |
| npm verb cli '/root/.nvm/versions/node/v10.8.0/bin/npm', | |
| npm verb cli 'install', | |
| npm verb cli 'posix@4.1.2', | |
| npm verb cli '--save', | |
| npm verb cli '--verbose' ] | |
| npm info using npm@6.2.0 | |
| npm info using node@v10.8.0 |
| # initialization file (not found) |
| var source = require('vinyl-source-stream'); | |
| var gulp = require('gulp'); | |
| var gutil = require('gulp-util'); | |
| var browserify = require('browserify'); | |
| var reactify = require('reactify'); | |
| var watchify = require('watchify'); | |
| var notify = require("gulp-notify"); | |
| var scriptsDir = './scripts'; | |
| var buildDir = './build'; |