Remove-OVApplianceTrustedCertificate
Syntax
Remove-OVApplianceTrustedCertificate
[-InputObject <String>]
[-ApplianceConnection <Object>]
[-Async]
[<CommonParameters>]
Description
This Cmdlet will allow the Infrastructure Administrator to remove X.509 compliant SSL certificates on the appliance within its trusted store.
Examples
Example 1
Remove the specific trusted certificate from the appliances trusted certificate store.
Parameters
-InputObject <String>
Aliases [-Certificate]
The Alias Name of the certificate. Please know that wildcard is not supported.
| Aliases | None |
|---|---|
| Required? | False |
| Position? | Named |
| Default value | |
| Accept pipeline input? | true (ByValue) |
| Accept wildcard characters? | False |
-ApplianceConnection <Object>
Specify one or more [HPEOneView.Appliance.Connection] objects or Name property values.
| Aliases | Appliance |
|---|---|
| Required? | False |
| Position? | Named |
| Default value | (${Global:ConnectedSessions} | ? Default) |
| Accept pipeline input? | true (ByPropertyName) |
| Accept wildcard characters? | False |
-Async <SwitchParameter>
Use this parameter to immediately return the async task. By default, the Cmdlet will wait for the task to complete.
| Aliases | None |
|---|---|
| Required? | False |
| Position? | Named |
| Default value | False |
| Accept pipeline input? | false |
| Accept wildcard characters? | False |
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216)
Input Types
A trusted certificate from Get-OVApplianceTrustedCertificate.
Return Values
Status oject of successfull deletion of trusted certificate.