Skip to content

Commit

Permalink
Add tlsticketupdate.go to EXTRA_DIST
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Jul 29, 2015
1 parent 0ed8ed3 commit 762bafa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

configfiles = nghttpx-init nghttpx.service nghttpx-upstart.conf

EXTRA_DIST = $(configfiles:%=%.in) nghttpx-logrotate
EXTRA_DIST = $(configfiles:%=%.in) nghttpx-logrotate tlsticketupdate.go

edit = sed -e 's|@bindir[@]|$(bindir)|g'

Expand Down
7 changes: 4 additions & 3 deletions doc/nghttpx.h2r
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,10 @@ keep at most 12 keys.
If :option:`--tls-ticket-key-memcached` is given, encryption keys are
retrieved from memcached. nghttpx just reads keys from memcached; one
has to deploy key generator program to update keys frequently (e.g.,
every 1 hour). The memcached entry key is ``nghttpx:tls-ticket-key``.
The data format stored in memcached is the binary format described
below::
every 1 hour). The example key generator tlsticketupdate.go is
available under contrib directory in nghttp2 archive. The memcached
entry key is ``nghttpx:tls-ticket-key``. The data format stored in
memcached is the binary format described below::

+--------------+-------+----------------+
| VERSION (4) |LEN (2)|KEY(48 or 80) ...
Expand Down

0 comments on commit 762bafa

Please sign in to comment.