You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

cde-gateway

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cde-gateway

CDE Gateway

1.4.4
latest
npm
Version published
Weekly downloads
4
-96.77%
Maintainers
1
Weekly downloads
 
Created
Source

How to generate SSL-keys.

Howdy time traveller! If you need this instruction it means that we are in 2026 year and your self-signed SSL is not valid anymore. I generated keys using Ubuntu 12.04 LTS by typying:

openssl genrsa -out server.key 1024
openssl req -new -key server.key -out server.csr
openssl x509 -req -days 3650 -in server.csr -signkey server.key -out server.crt

FAQs

Package last updated on 28 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts