mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-09 14:41:02 +00:00
Match TLSConfig to the docs
This commit is contained in:
parent
5cc4e07df1
commit
5ee2c45d4a
1 changed files with 2 additions and 2 deletions
|
|
@ -31,9 +31,9 @@ const (
|
|||
// TLSConfig contains TLS configuration
|
||||
type TLSConfig struct {
|
||||
// CertificatePath contains the path to the certificate (.crt or .pem file)
|
||||
CertificatePath string `toml:"certificate-path"`
|
||||
CertificatePath string `toml:"certificate"`
|
||||
// CertificateKeyPath contains the path to the certificate key (.key file)
|
||||
CertificateKeyPath string `toml:"certificate-key-path"`
|
||||
CertificateKeyPath string `toml:"key"`
|
||||
// SkipVerify disables verification for self-signed certificates
|
||||
SkipVerify bool `toml:"skip-verify"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue