MIB Viewer

hpSwitchServerCertificateOperation

OBJECT-TYPE
1.3.6.1.4.1.11.2.14.11.5.1.16.13.1
Access
read-write
Status
current
Sub-identifiers
0
When this object is read, it returns the last value that was written. If a value was not set previously, then the object value will be 'none'(1). The object supports the following values and actions: 'none' - no action is taken, null operation. 'useInstalled' - This causes the switch to use a previously installed server certificate, if one is present. 'createAndUseSelfSigned' - This causes the switch to create a new self-signed certificate based on the hpSwitchServerNewCertificate parameters and use it. 'createCACertReq' - This causes the switch to create a certificate request, which is to be signed by a CA authority, based on the hpSwitchServerNewCertificate parameters. The user must subsequently download the signed certificate to complete certificate creation process. 'applyCASignedCert' - This causes the switch to process the user's response to a signed certificate from a CA to complete the certificate creation process. 'abortCASignedRequest' - This causes the switch to abort the certificate request procedure, which was initiated on createAndUseCASigned set.
INTEGER { none(1), useInstalled(2), createAndUseSelfSigned(3), createCACertReq(4), applyCASignedCert(5), abortCASignedRequest(6) }