0.6.2 • Published 8 years ago

https-auto v0.6.2

Weekly downloads
2
License
-
Repository
github
Last release
8 years ago

AutoBootHttps

Functionality to automatically configure a http server with keys generated by a self signed Certificate Authority (project github.com/ )

AutoBootHttps ensures:

  • loading of the keys from a CA server. The first time it starts, it will prompt for a configuration key generate in CA authority web interface
  • store and use the certificates for future restarts

#New API

   startServer(port, keysFolder, function (req, res)) 
   startMutualAuthServer(port, keysFolder, function (req, res))   // https server that require mutual authentication 
   getHttpsOptions = functions(keysFolder, requestCert, rejectUnauthorized, function(err,options))  // you can use this function to get control of options
0.6.2

8 years ago

0.6.1

8 years ago

0.5.12

9 years ago

0.5.11

9 years ago

0.5.10

9 years ago

0.5.9

9 years ago

0.5.7

9 years ago

0.5.6

9 years ago

0.5.5

9 years ago

0.5.4

9 years ago

0.5.3

9 years ago

0.5.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago