Request-PcaMscaSignedCertificate¶
Synopsis¶
Request signed certificate for VMware Aria Automation
Syntax¶
Request-PcaMscaSignedCertificate [-jsonFile] <String> [-certificates] <String> [<CommonParameters>]
Description¶
The Request-PcaMscaSignedCertificate cmdlet requests a signed certificate for VMware Aria Automation from a Microsoft Certificate Authority using the details from the Private Cloud Automation JSON specification file.
Examples¶
Example 1¶
Request-PcaMscaSignedCertificate -jsonFile .\pcaDeploySpec.json -certificates .\certificates\
This example request a signed certificate for VMware Aria Automation.
Parameter¶
-jsonFile¶
The path to the JSON specification file.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-certificates¶
The path to the store the certificate files.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Common Parameters¶
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.