-
Notifications
You must be signed in to change notification settings - Fork 52
Get HPOVApplianceCertificateStatus
Get-HPOVApplianceCertificateStatus
Get the appliance SSL certificate status.
Get-HPOVApplianceCertificateStatus [[-ApplianceConnection] <Array>] [<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 [<Array>]
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectSessions}
Aliases | None |
Required? | false |
Position? | 1 |
Default value | ${Global:ConnectedSessions} |
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.
#### RELATED LINKS
- [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)
-------------------------- EXAMPLE 1 -------------------------- PS C:\> Get-HPOVApplianceCertificateStatus
Get-HPOVApplianceCertificateStatus
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.
- <>
Aliases | None |
Required? | |
Position? | |
Default value | <none> |
Accept pipeline input? | |
Accept wildcard characters? |
<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.
#### RELATED LINKS
- [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)
-------------------------- EXAMPLE 1 -------------------------- PS C:\> Get-HPOVApplianceCertificateStatus