Reference documentation and code samples for the Ceritificate Authority Service V1 API class Google::Cloud::Security::PrivateCA::V1::SubordinateConfig::SubordinateConfigChain.
This message describes a subordinate CA's issuer certificate chain. This wrapper exists for compatibility reasons.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#pem_certificates
def pem_certificates() -> ::Array<::String>
Returns
- (::Array<::String>) — Required. Expected to be in leaf-to-root order according to RFC 5246.
#pem_certificates=
def pem_certificates=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Required. Expected to be in leaf-to-root order according to RFC 5246.
Returns
- (::Array<::String>) — Required. Expected to be in leaf-to-root order according to RFC 5246.