class Aws::AppMesh::Types::ListenerTlsFileCertificate

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)].

[1]: docs.aws.amazon.com/app-mesh/latest/userguide/tls.html#virtual-node-tls-prerequisites

@note When making an API call, you may pass ListenerTlsFileCertificate

data as a hash:

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

@!attribute [rw] certificate_chain

The certificate chain for the certificate.
@return [String]

@!attribute [rw] private_key

The private key for a certificate stored on the file system of the
virtual node that the proxy is running on.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/ListenerTlsFileCertificate AWS API Documentation

Constants

SENSITIVE