The position of the certificate in the certificate chain. The actual
server certificate has depth
0 (lowest) and also contains the host
name, while all other certificates up the chain have higher depths in
increments of 1.
The certificate using the PEM format.
The address that the SSL connection is being established to.
The port that the SSL connection is being established to.
Generated using TypeDoc
The result of OpenSSL's pre-verification of the certificate. If
true
, the certificate has been accepted and will generally be safe to trust. Iffalse
, it has been rejected and the user should do an independent validation step.