- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for tlsSkipVerify (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
internal/config/identity/ldap/help.go
Optional: true, Type: "list", }, config.HelpKV{ Key: TLSSkipVerify, Description: `trust server TLS without verification` + defaultHelpPostfix(TLSSkipVerify), Optional: true, Type: "on|off", }, config.HelpKV{ Key: ServerInsecure,
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri May 24 23:05:23 GMT 2024 - 3.8K bytes - Click Count (0) -
internal/config/identity/ldap/config.go
UserDNSearchFilter = "user_dn_search_filter" UserDNAttributes = "user_dn_attributes" GroupSearchFilter = "group_search_filter" GroupSearchBaseDN = "group_search_base_dn" TLSSkipVerify = "tls_skip_verify" ServerInsecure = "server_insecure" ServerStartTLS = "server_starttls" EnvServerAddr = "MINIO_IDENTITY_LDAP_SERVER_ADDR"
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Sep 18 11:47:48 GMT 2025 - 8.6K bytes - Click Count (0) -
internal/event/target/nats.go
Password string `json:"password"` Token string `json:"token"` NKeySeed string `json:"nKeySeed"` TLS bool `json:"tls"` TLSSkipVerify bool `json:"tlsSkipVerify"` TLSHandshakeFirst bool `json:"tlsHandshakeFirst"` Secure bool `json:"secure"` CertAuthority string `json:"certAuthority"` ClientCert string `json:"clientCert"`
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Apr 27 04:30:57 GMT 2025 - 13.5K bytes - Click Count (0)