Documentation ¶
Overview ¶
Package ssldecrypt is the client.Device.SslDecrypt namespace.
Note that there doesn't seem to be SSL decrypt in template stacks.
Note: PAN-OS 8.0+
Normalized object: Config
Index ¶
- type Config
- type Firewall
- func (c *Firewall) Delete(vsys string) error
- func (c *Firewall) DeleteTrustedRootCa(vsys, name string) error
- func (c *Firewall) Edit(vsys string, e Config) error
- func (c *Firewall) FromPanosConfig(vsys string) (Config, error)
- func (c *Firewall) Get(vsys string) (Config, error)
- func (c *Firewall) Set(vsys string, e Config) error
- func (c *Firewall) SetTrustedRootCa(vsys, name string) error
- func (c *Firewall) Show(vsys string) (Config, error)
- type Panorama
- func (c *Panorama) Delete(tmpl, ts, vsys string) error
- func (c *Panorama) DeleteTrustedRootCa(tmpl, ts, vsys, name string) error
- func (c *Panorama) Edit(tmpl, ts, vsys string, e Config) error
- func (c *Panorama) FromPanosConfig(tmpl, ts, vsys string) (Config, error)
- func (c *Panorama) Get(tmpl, ts, vsys string) (Config, error)
- func (c *Panorama) Set(tmpl, ts, vsys string, e Config) error
- func (c *Panorama) SetTrustedRootCa(tmpl, ts, vsys, name string) error
- func (c *Panorama) Show(tmpl, ts, vsys string) (Config, error)
- type SslDecryptExcludeCertificate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ForwardTrustCertificateRsa string ForwardTrustCertificateEcdsa string ForwardUntrustCertificateRsa string ForwardUntrustCertificateEcdsa string RootCaExcludes []string TrustedRootCas []string DisabledPredefinedExcludeCertificates []string SslDecryptExcludeCertificates []SslDecryptExcludeCertificate }
Config is a normalized, version independent representation of SSL decrypt settings associated with certificates.
Note: PAN-OS 8.0+
type Firewall ¶
type Firewall struct {
// contains filtered or unexported fields
}
Firewall is the client.Device.SslDecrypt namespace.
func FirewallNamespace ¶
func FirewallNamespace(client util.XapiClient) *Firewall
FirewallNamespace returns an initialized namespace.
func (*Firewall) DeleteTrustedRootCa ¶
DeleteTrustedRootCa removes a certificate as a trusted root CA.
func (*Firewall) FromPanosConfig ¶
FromPanosConfig retrieves the object stored in the retrieved config.
func (*Firewall) SetTrustedRootCa ¶
SetTrustedRootCa adds a certificate as a trusted root CA.
type Panorama ¶
type Panorama struct {
// contains filtered or unexported fields
}
Panorama is the client.Device.SslDecrypt namespace.
func PanoramaNamespace ¶
func PanoramaNamespace(client util.XapiClient) *Panorama
PanoramaNamespace returns an initialized namespace.
func (*Panorama) DeleteTrustedRootCa ¶
DeleteTrustedRootCa removes a certificate as a trusted root CA.
func (*Panorama) FromPanosConfig ¶
FromPanosConfig retrieves the object stored in the retrieved config.
func (*Panorama) SetTrustedRootCa ¶
SetTrustedRootCa adds a certificate as a trusted root CA.