Skip to content

Commit

Permalink
Removed description that can go out of sync
Browse files Browse the repository at this point in the history
  • Loading branch information
bushwhackr committed Jun 23, 2022
1 parent 5158851 commit d67c723
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/configtls/configtls.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,10 @@ type TLSSetting struct {

// MinVersion sets the minimum TLS version that is acceptable.
// If not set, refer to crypto/tls for defaults. (optional)
// Which is TLS 1.2 for clients and TLS 1.0 for servers
MinVersion string `mapstructure:"min_version"`

// MaxVersion sets the maximum TLS version that is acceptable.
// If not set, refer to crypto/tls for defaults. (optional)
// Which is currently TLS 1.3.
MaxVersion string `mapstructure:"max_version"`

// ReloadInterval specifies the duration after which the certificate will be reloaded
Expand Down

0 comments on commit d67c723

Please sign in to comment.