Skip to content

Commit 9c819f4

Browse files
fbomlisboaagentzh
authored andcommitted
doc: added ssl_session_ticket_key PATH to the example; it is required to trigger our own session ticket key handlers.
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
1 parent 102f9db commit 9c819f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ http {
5757
listen 443 ssl;
5858
server_name "foo.com";
5959
60+
# SSL session ticket key sharing
61+
# Put a dummy key to trigger external ticket key usage in nginx/OpenSSL
62+
# init_by_lua* will replace this dummy key with existing cached keys
63+
# or a random key if cached keys are not available.
64+
ssl_session_ticket_key dummy.key;
65+
6066
...
6167
}
6268

0 commit comments

Comments
 (0)