class Aws::OpsWorks::Types::SslConfiguration

Describes an app's SSL configuration.

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

data as a hash:

    {
      certificate: "String", # required
      private_key: "String", # required
      chain: "String",
    }

@!attribute [rw] certificate

The contents of the certificate's domain.crt file.
@return [String]

@!attribute [rw] private_key

The private key; the contents of the certificate's domain.kex file.
@return [String]

@!attribute [rw] chain

Optional. Can be used to specify an intermediate certificate
authority key or client authentication.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/SslConfiguration AWS API Documentation

Constants

SENSITIVE