Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
762bafa4
Commit
762bafa4
authored
Jul 29, 2015
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add tlsticketupdate.go to EXTRA_DIST
parent
0ed8ed3f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
contrib/Makefile.am
contrib/Makefile.am
+1
-1
doc/nghttpx.h2r
doc/nghttpx.h2r
+4
-3
No files found.
contrib/Makefile.am
View file @
762bafa4
...
...
@@ -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'
...
...
doc/nghttpx.h2r
View file @
762bafa4
...
...
@@ -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) ...
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment