# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithInsecureSkipTLSVerify configures the Remote to skip verification of the TLS server certificate.
WithRootAuthorities configures the Remote to use TLS certificate authorities from PEM data in caData for verifying server certificates.
WithRootAuthoritiesFromFile configures the Remote to use TLS certificate authorities from file caPath for verifying server certificates.
No description provided by the author
WithTLSClientCertFromBytes configures the Remote to present the client cert given as certData and private key given as keyData on every outbound connection.
WithTLSClientCertFromFile configures the Remote to present the client cert loaded from certPath and private key loaded from keyPath on every outbound connection.
The agent will rely on gRPC over WebSocket for bi-directional streaming.
# Type aliases
No description provided by the author