MIB Viewer

sslHTTPSServerWebCertificateTransfer

OBJECT-TYPE
1.3.6.1.4.1.2.3.51.3.3.4.2.4.6.1.3
Access
read-write
Status
mandatory
Source
IMM-MIB
Sub-identifiers
0
sslConfigTftpServer and sslConfigFileName must contain valid values. importSignedCertificate - Use this to import a signed certificate. To obtain a signed certificate, a certificate signing request (CSR) must first be generated and sent to a certificate authority (CA). The imported certificate must contain a public key that corresponds to the key pair previously generated by the generateNewKeyandCSR. downloadCertificate - Use this link to download a copy of the currently installed c ertificate. The certificate will be in DER format. The contents of the certificate can be viewed using a third-party tool such as OpenSSL (www.openssl.org). An example of the command line for viewing the contents of the certificate using OpenSSL would look something like the following: openssl x509 -in cert.der -inform DER -text downloadCSR - The file produced when creating a CSR is in DER or PEM format according to sslCertificateCSRDownloadFormat. If your CA expects the data in some other format, the file can be converted using a third-party tool such as OpenSSL(www.openssl.org). If the CA asks you to copy the contents of the CSR file into a web browser window, PEM format is usually expected. NOTE: Value returned for the GET command is meaningless for this MIB object.
INTEGER { importSignedCertificate(1), downloadCertificate(2), downloadCSR(3) }