You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today the client only supports leaf pinning via --cert or no verification at all. Docs explicitly state CA bundles are not supported and omitting --cert disables verification (docs/config.md, docs/usage.md). Add a second verification mode that validates the server certificate chain against the system trust store.
Today the client only supports leaf pinning via
--certor no verification at all. Docs explicitly state CA bundles are not supported and omitting--certdisables verification (docs/config.md,docs/usage.md). Add a second verification mode that validates the server certificate chain against the system trust store.Motivation
--certis omitted.Proposed behavior
--cert-domain <server name>.systemwhen a hostname is provided (see open questions).systemmode, the TLS stack should validate the chain and hostname/SNI.Acceptance criteria
systemverification mode, using OS trust store and hostname/SNI checks.