Method: Net::HTTP#extra_chain_cert
- Defined in:
- lib/net/http.rb
#extra_chain_cert ⇒ Object
Sets or returns the extra X509 certificates to be added to the certificate chain. See OpenSSL::SSL::SSLContext#add_certificate.
1498 1499 1500 |
# File 'lib/net/http.rb', line 1498 def extra_chain_cert @extra_chain_cert end |