AWS::OpsWorks::App SslConfiguration
Describes an app's SSL configuration.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Certificate" :String, "Chain" :String, "PrivateKey" :String}
YAML
Certificate:StringChain:StringPrivateKey: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