Method: LibGems::Specification#cert_chain
- Defined in:
- lib/libgems/specification.rb
#cert_chain ⇒ Object
:attr_accessor: cert_chain
The certificate chain used to sign this gem. See LibGems::Security for details.
1238 |
# File 'lib/libgems/specification.rb', line 1238 attribute :cert_chain, [] |