Add support for enabling ssl_ciphers per host (#2006)
* Add support for adding ssl_ciphers * Add documentation
This commit is contained in:
parent
8bdb5e42f2
commit
d7ef6b3fc7
8 changed files with 131 additions and 1 deletions
|
|
@ -156,10 +156,11 @@ type Server struct {
|
|||
// CertificateAuth indicates the this server requires mutual authentication
|
||||
// +optional
|
||||
CertificateAuth authtls.Config `json:"certificateAuth"`
|
||||
|
||||
// ServerSnippet returns the snippet of server
|
||||
// +optional
|
||||
ServerSnippet string `json:"serverSnippet"`
|
||||
// SSLCiphers returns list of ciphers to be enabled
|
||||
SSLCiphers string `json:"sslCiphers,omitempty"`
|
||||
}
|
||||
|
||||
// Location describes an URI inside a server.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue