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) DeleteSslDecryptExcludeCertificate(vsys, name 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) SetSslDecryptExcludeCertificate(vsys string, e SslDecryptExcludeCertificate) 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) DeleteSslDecryptExcludeCertificate(tmpl, ts, vsys, name 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) SetSslDecryptExcludeCertificate(tmpl, ts, vsys string, e SslDecryptExcludeCertificate) 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) DeleteSslDecryptExcludeCertificate ¶ added in v0.9.0
DeleteSslDecryptExcludeCertificate removes a SSL decrypt exclude certificate.
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) SetSslDecryptExcludeCertificate ¶ added in v0.9.0
func (c *Firewall) SetSslDecryptExcludeCertificate(vsys string, e SslDecryptExcludeCertificate) error
SetSslDecryptExcludeCertificate adds a SSL decrypt exclude certificate.
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) DeleteSslDecryptExcludeCertificate ¶ added in v0.9.0
DeleteSslDecryptExcludeCertificate removes a SSL decrypt exclude certificate.
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) SetSslDecryptExcludeCertificate ¶ added in v0.9.0
func (c *Panorama) SetSslDecryptExcludeCertificate(tmpl, ts, vsys string, e SslDecryptExcludeCertificate) error
SetSslDecryptExcludeCertificate adds a SSL decrypt exclude certificate.
func (*Panorama) SetTrustedRootCa ¶
SetTrustedRootCa adds a certificate as a trusted root CA.