-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVApplianceCertificateStatus
Get the appliance SSL certificate status.
Get-HPOVApplianceCertificateStatus [-ApplianceConnection] <Object> [<CommonParameters>]
This Cmdlet will retrieve the SSL Certificate details installed on the appliance. This does not check the validity of the SSL certificate. Use the Show-HPOVSslCertificate Cmdlet to validate the certificate chain.
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one HPOneView.Appliance.Connection object or Name property value.
Default Value: ${Global:ConnectSessions} | ? Default
Aliases | Appliance |
Required? | true |
Position? | 0 |
Default value | (${Global:ConnectedSessions} | ? Default) |
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)
None. You cannot pipe objects to this Cmdlet.
HPOneView.Appliance.ApplianceSslCertificateStatus [System.Management.Automation.PSCustomObject] Formatted table display of the SSL Certificate object.
-------------------------- EXAMPLE 1 --------------------------PS C:\> Get-HPOVApplianceCertificateStatus
- [New-HPOVApplianceCsr] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/New-HPOVApplianceCsr)
- [Install-HPOVApplianceCertificate] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Install-HPOVApplianceCertificate)
- [New-HPOVApplianceSelfSignedCertificate] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/New-HPOVApplianceSelfSignedCertificate)
- [Show-HPOVSslCertificate] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Show-HPOVSslCertificate)
- [Import-HPOVSslCertificate] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Import-HPOVSslCertificate)
Get the appliance SSL certificate status.
Get-HPOVApplianceCertificateStatus [<CommonParameters>]
This CMDLET will retrieve the SSL Certificate details installed on the appliance. This does not check the validity of the SSL certificate. Use the Show-HPOVSslCertificate CMDLET to validate the certificate chain.
<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)
None. You cannot pipe objects to this cmdlet.
HPOneView.Appliance.ApplianceSslCertificateStatus [System.Management.Automation.PSCustomObject] Formatted table display of the SSL Certificate object.
-------------------------- EXAMPLE 1 --------------------------PS C:\> Get-HPOVApplianceCertificateStatus
- [New-HPOVApplianceCsr] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/New-HPOVApplianceCsr)
- [Install-HPOVApplianceCertificate] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Install-HPOVApplianceCertificate)
- [New-HPOVApplianceSelfSignedCertificate] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/New-HPOVApplianceSelfSignedCertificate)
- [Show-HPOVSslCertificate] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Show-HPOVSslCertificate)
- [Import-HPOVSslCertificate] (https://github.com/HewlettPackard/POSH-HPOneView/wiki/Import-HPOVSslCertificate)