Add-VSOpsWorksAppSslConfiguration

Add-VSOpsWorksAppSslConfiguration

SYNOPSIS

Adds an AWS::OpsWorks::App.SslConfiguration resource property to the template. Describes an app’s SSL configuration.

SYNTAX

Add-VSOpsWorksAppSslConfiguration [[-Certificate] <Object>] [[-Chain] <Object>] [[-PrivateKey] <Object>]
 [<CommonParameters>]

DESCRIPTION

Adds an AWS::OpsWorks::App.SslConfiguration resource property to the template. Describes an app’s SSL configuration.

PARAMETERS

-Certificate

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

Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-certificate PrimitiveType: String UpdateType: Mutable

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Chain

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

Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-chain PrimitiveType: String UpdateType: Mutable

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-PrivateKey

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

Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html#cfn-opsworks-app-sslconfig-privatekey PrimitiveType: String UpdateType: Mutable

Type: Object
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Vaporshell.Resource.OpsWorks.App.SslConfiguration

NOTES

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworks-app-sslconfiguration.html