class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Shared::CertificateProfile::Entry::CA::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 240737 def _section :'entry' end
default_ocsp_url()
click to toggle source
default URL for ocsp verification
# File lib/palo_alto/config.rb, line 240776 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 240780 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 240734 def has_multiple_values? false end
name()
click to toggle source
CA
file for client certificate
# File lib/palo_alto/config.rb, line 240772 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 240784 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 240788 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 240792 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 240796 def template_name=(val) prop_set('template-name', val) end