|
Description:
|
sslServerCertificateStatus OBJECT-TYPE
SYNTAX INTEGER {no-cert-installed(1), self-signed-installed(2), ca-signed-installed(3), csr-generated(4), self-signed-and-csr-generated(5), ca-signed-and-csr-generated(6)}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Get the status of the installed HTTPS certificate.
1 = Private Key and Cert/CSR not available.
2 = Private Key and Self-signed cert installed.
3 = Private Key and CA-signed cert installed.
4 = Private Key stored, CSR available for download.
5 = Private Key and Self-signed cert installed, Private Key stored, CSR available for download.
6 = Private Key and CA-signed cert installed, Private Key stored, CSR available for download."
|
|
|