You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppMesh::Types::ListenerTlsFileCertificate

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListenerTlsFileCertificate as input to an Aws::Client method, you can use a vanilla Hash:

{
  certificate_chain: "FilePath", # required
  private_key: "FilePath", # required
}

An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_chainString

The certificate chain for the certificate.

Returns:

  • (String)

    The certificate chain for the certificate.

#private_keyString

The private key for a certificate stored on the file system of the virtual node that the proxy is running on.

Returns:

  • (String)

    The private key for a certificate stored on the file system of the virtual node that the proxy is running on.