Verificar certificado SSL
Se conecta al dominio a través del puerto 443 y recupera los detalles del certificado SSLLoading...
Camino actual: /tools/check/ssl
Métodos disponibles y sus esquemas JSON.
get
Verificar certificado SSL
InspectorSe conecta al dominio a través del puerto 443 y recupera los detalles del certificado SSL
Esquema de documento JSON:
{
"Path": "/tools/check/ssl",
"Method": "get",
"Tag": "Checker",
"Summary": "Check SSL Certificate",
"Description": "Connects to the domain via port 443 and retrieves SSL certificate details",
"Parameters": [
{
"name": "domain",
"in": "query",
"description": "Domain to check",
"required": true,
"type": "string",
"default": "google.com"
}
]
}