Add support to disable session ticket
This commit is contained in:
parent
bb7ef7b48a
commit
f0cd6f210b
18 changed files with 134 additions and 36 deletions
|
@ -1273,6 +1273,8 @@ func buildTLSOptions(ctx context.Context, client Client) map[string]tls.Options
|
|||
tlsOption.ALPNProtocols = tlsOptionsCRD.Spec.ALPNProtocols
|
||||
}
|
||||
|
||||
tlsOption.DisableSessionTickets = tlsOptionsCRD.Spec.DisableSessionTickets
|
||||
|
||||
tlsOptions[id] = tlsOption
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue