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 [email protected] --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 '[email protected]', | |
npm verb cli '--save', | |
npm verb cli '--verbose' ] | |
npm info using [email protected] | |
npm info using [email protected] |
# 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'; |