Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

eliuha/node_https_server

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
13 Commits
 
 
 
 
 
 

Repository files navigation

node_https_server

A simple way to share a directory using node.js.

Install node.js

https://nodejs.org/en/download/stable/

Before running, make sure that you have the following libs

  • npm install https
  • npm install fs
  • npm install path
  • npm install url

Generate Keys using openssl

Don't forget to put them in ./keys

openssl genrsa -des3 -out private.pem 4096
openssl rsa -in private.pem -outform PEM -pubout -out public.pem

openssl req -key private_key.pem -new -out request.csr
openssl ca -config openssl.cnf -out hostname.pem -infiles request.csr

About

A simple way to share a directory using node.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.