router icon indicating copy to clipboard operation
router copied to clipboard

Router SSL configuration: allow specification of SSL session ticket key

Open james-thimont-bcgdv opened this issue 9 years ago • 2 comments

If we want to scale the NGINX instance to more than one instance and use SSL session tickets, each instance must have the same key.

Could you add that to the router annotation configuration?

Or even better could Deis automatically rotate the keys? https://blog.twitter.com/2013/forward-secrecy-at-twitter-0

james-thimont-bcgdv avatar Feb 18 '16 11:02 james-thimont-bcgdv

I noticed the same. This could probably be handled by storing the session key into a secret then this secret could be updated and nginx would reload the configuration. Rotating the keys could then be scripted using kubectl or the kubernetes api.

felixbuenemann avatar Aug 09 '16 20:08 felixbuenemann

This issue was moved to teamhephy/router#23

Cryptophobia avatar Mar 13 '18 19:03 Cryptophobia