class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Vsys::Entry::CertificateProfile::Entry::CA::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 326162 def _section :'entry' end
default_ocsp_url()
click to toggle source
default URL for ocsp verification
# File lib/palo_alto/config.rb, line 326205 def default_ocsp_url prop_get('default-ocsp-url') end
default_ocsp_url=(val)
click to toggle source
default URL for ocsp verification
# File lib/palo_alto/config.rb, line 326209 def default_ocsp_url=(val) prop_set('default-ocsp-url', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 326159 def has_multiple_values? false end
name()
click to toggle source
CA
file for client certificate
# File lib/palo_alto/config.rb, line 326201 def name prop_get('@name') end
ocsp_verify_cert()
click to toggle source
Certificate
to verify signature in OCSP response
# File lib/palo_alto/config.rb, line 326213 def ocsp_verify_cert prop_get('ocsp-verify-cert') end
ocsp_verify_cert=(val)
click to toggle source
Certificate
to verify signature in OCSP response
# File lib/palo_alto/config.rb, line 326217 def ocsp_verify_cert=(val) prop_set('ocsp-verify-cert', val) end
template_name()
click to toggle source
Certificate
Template
Name / OID for the certificate
# File lib/palo_alto/config.rb, line 326221 def template_name prop_get('template-name') end
template_name=(val)
click to toggle source
Certificate
Template
Name / OID for the certificate
# File lib/palo_alto/config.rb, line 326225 def template_name=(val) prop_set('template-name', val) end