AWS::OpsWorks::App SslConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::OpsWorks::App SslConfiguration

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Certificate" : String, "Chain" : String, "PrivateKey" : String }

YAML

Certificate: String Chain: String PrivateKey: String

Properties

Certificate

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

Required: No

Type: String

Update requires: No interruption

Chain

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

Required: No

Type: String

Update requires: No interruption

PrivateKey

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

Required: No

Type: String

Update requires: No interruption