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

Class: Aws::OpsWorks::Types::SslConfiguration

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

Overview

Note:

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

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

Describes an app's SSL configuration.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#certificateString

The contents of the certificate\'s domain.crt file.

Returns:

  • (String)

    The contents of the certificate\'s domain.crt file.

#chainString

Optional. Can be used to specify an intermediate certificate authority key or client authentication.

Returns:

  • (String)

    Optional.

#private_keyString

The private key; the contents of the certificate\'s domain.kex file.

Returns:

  • (String)

    The private key; the contents of the certificate\'s domain.kex file.