Class Google::Cloud::Compute::V1::SslCertificateSelfManagedSslCertificate (v1.1.0)

Configuration and status of a self-managed SSL certificate.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#certificate

def certificate() -> ::String
Returns
  • (::String) — A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.

#certificate=

def certificate=(value) -> ::String
Parameter
  • value (::String) — A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
Returns
  • (::String) — A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.

#private_key

def private_key() -> ::String
Returns
  • (::String) — A write-only private key in PEM format. Only insert requests will include this field.

#private_key=

def private_key=(value) -> ::String
Parameter
  • value (::String) — A write-only private key in PEM format. Only insert requests will include this field.
Returns
  • (::String) — A write-only private key in PEM format. Only insert requests will include this field.