A JSON containing data about the website SSL certificate in use. Each SSL (Secure Sockets Layer) can be related to an organization or not. If the SSL is certified, then the “return_error” key will return OK, otherwise will return a code explaining what type of error was, like that the certificate expired. If the SSL cannot be check or the website don’t have one, then return null.
Key | Type | Description |
---|---|---|
contry | String | Website SSL certificate country location origin. |
return_error | String | Return message if the SSL certificate was read with success or if return a error, warning or information. |
protocol | String | The security protocol which the SSL is using. |
locality | String | Website SSL certificate city origin. |
key_strength | String | How many bits the SSL certificate server key is using. |
state | String | Website SSL certificate state location origin. |
common_name | String | The common website URL structure to be identified and used by the SSL, normally is the website name plus the TLD. |
return_code | String | After found a SSL certificate, return a code that can represent that the certificate is valid (zero), otherwise will return another digit which each of it represent a different behavior. |
url | String | The website url which is using the found SSL certificate. |
organizational_unit | String | The department name of the SSL certificate owner company. |
issuer_name | String | The exact SSL certificate name which is used to be identified, normally is a company. |