nghttp2 - HTTP/2 C Library and tools
Go to file
Raul Gutierrez Segales cbf8ccf7d1 [shrpx] read private key's passwd from a file
This avoids the need to provide the password for your
private key interactively.

It can be used via --private-key-passwd-file or private-key-passwd-file
in the given config file. The first line in the file
(without \n) will be treated as the passwd. There isn't
any validation and all lines after the first one (if any)
are ignored.

The security model behind this is a bit simplistic so I
am open to better ideas. Basically your password file
should be root:root (700) and you *should* drop root
and run as an unprivileged user.

If the file exists and a line can be read then a callback
will be set for the SSL ctxt and it'll feed the passwd
when the private key is read (if password is needed).

If the file exists with the wrong permisions it'll be
logged and ignored.
2012-12-03 21:55:32 -08:00
doc Update doc 2012-09-12 22:37:05 +09:00
examples Add src/.gitignore and edit examples/.gitignore 2012-10-06 00:01:13 +09:00
fedora fedora: add spec file 2012-10-27 14:54:06 -07:00
lib Update GOAWAY INTERNAL_ERROR value according to SPDY/3 spec change 2012-11-14 21:17:04 +09:00
m4 Added example of node.native style spdy server 2012-02-14 23:54:23 +09:00
python python: Escape '\' in server example code 2012-09-13 23:10:47 +09:00
src [shrpx] read private key's passwd from a file 2012-12-03 21:55:32 -08:00
tests tests: Use traditional C-style comments 2012-11-14 21:00:36 +09:00
.gitignore Added tests for malloc failures 2012-04-24 22:51:06 +09:00
AUTHORS Added libtool files 2012-01-18 00:53:12 +09:00
COPYING Fixed copyright year 2012-01-27 01:40:18 +09:00
ChangeLog Added libtool files 2012-01-18 00:53:12 +09:00
Makefile.am Move spdycat, spdyd and shrpx from examples to src 2012-09-10 21:39:51 +09:00
NEWS Updated NEWS 2012-10-02 21:45:52 +09:00
README Added libtool files 2012-01-18 00:53:12 +09:00
README.rst Update REAME.rst 2012-11-24 20:28:07 +09:00
configure.ac Bump up version number to 0.3.7-DEV 2012-10-02 23:04:41 +09:00
shrpx.conf.sample Updated sample shrpx.conf 2012-08-02 23:58:52 +09:00

README

See README.rst