server.setTicketKeys(keys)
Updates the keys for encryption/decryption of the TLS Session Tickets.
NOTE: the buffer should be 48 bytes long. See ticketKeys
option in tls.createServer for more information on how it is used.
NOTE: the change is effective only for future server connections. Existing or currently pending server connections will use the previous keys.
Please login to continue.