Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SslPluginConfig ¶
type SslPluginConfig struct { camBase.PluginConfigInterface IsSslOn bool // enable SSL mode SslPort uint16 // SSL listen port SslCertFile string // absolute cert's filename SslKeyFile string // absolute key's filename SslOnly bool // whether only SSl mode }
ssl plugin config
Click to show internal directories.
Click to hide internal directories.