-
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 Get-HPOVApplianceCertificateStatus CMDLET to validate the certificate chain.
-ApplianceConnection <Object>
Aliases [-Appliance]
Specify one or more HPOneView.Appliance.Connection object(s) or Name property value(s).
Default Value: ${Global:ConnectedSessions} | ? 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
- Install-HPOVApplianceCertificate
- New-HPOVApplianceSelfSignedCertificate
- Import-HPOVSslCertificate
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
- Install-HPOVApplianceCertificate
- New-HPOVApplianceSelfSignedCertificate
- Show-HPOVSslCertificate
- 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
- Install-HPOVApplianceCertificate
- New-HPOVApplianceSelfSignedCertificate
- Show-HPOVSslCertificate
- Import-HPOVSslCertificate