0.6.2 • Published 9 years ago

https-auto v0.6.2

Weekly downloads
2
License
-
Repository
github
Last release
9 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

9 years ago

0.6.1

9 years ago

0.5.12

10 years ago

0.5.11

10 years ago

0.5.10

10 years ago

0.5.9

10 years ago

0.5.7

10 years ago

0.5.6

10 years ago

0.5.5

10 years ago

0.5.4

10 years ago

0.5.3

10 years ago

0.5.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago