Request-IomMscaSignedCertificate¶
Synopsis¶
Request signed certificate for VMware Aria Operations
Syntax¶
Request-IomMscaSignedCertificate [-jsonFile] <String> [-certificates] <String> [<CommonParameters>]
Description¶
The Request-IomMscaSignedCertificate
cmdlet requests a signed certificate for VMware Aria Operations from a Microsoft Certificate Authority using the details from the Intelligent Operations Management JSON specification file.
Examples¶
Example 1¶
Request-IomMscaSignedCertificate -jsonFile .\iomDeploySpec.json -certificates .\certificates\
This example request a signed certificate for VMware Aria Operations.
Parameters¶
-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.