{
    "ssl_status": "valid",
    "chain_status": "valid",
    "certificate_authority": "Let's Encrypt",
    "organization": "Let's Encrypt",
    "common_name": "example.com",
    "san_domains": [
        "example.com",
        "www.example.com"
    ],
    "hostname": "example.com",
    "ip_address": "93.184.216.34",
    "port": 443,
    "start_date": "2024-01-15 10:30:00",
    "end_date": "2024-04-15 10:30:00",
    "days_remaining": 45,
    "algorithm": "sha256WithRSAEncryption",
    "fingerprint": "A1B2C3D4E5F6789012345678901234567890ABCDEF1234567890ABCDEF123456",
    "is_wildcard": false,
    "performance_time": 234.56000000000000227373675443232059478759765625,
    "protocols": [
        "TLS 1.2",
        "TLS 1.3"
    ],
    "nameservers": [
        "ns1.example.com",
        "ns2.example.com"
    ],
    "compatibility": {
        "score": 85,
        "grade": "A",
        "mobile_support": {
            "Android 5.0+": "supported",
            "iOS 9.0+": "supported",
            "iOS 12.2+ (TLS 1.3)": "supported"
        },
        "browser_support": {
            "Chrome 30+": "supported",
            "Firefox 27+": "supported",
            "Safari 7+": "supported",
            "IE 7-10": "not_supported"
        },
        "security_features": {
            "pfs": true,
            "hsts": true,
            "ct": true,
            "ocsp_stapling": false
        }
    },
    "chain_info": {
        "chain": [
            {
                "position": 0,
                "type": "leaf",
                "subject": "example.com",
                "issuer": "R3",
                "valid_from": "2024-01-15 10:30:00",
                "valid_to": "2024-04-15 10:30:00",
                "is_valid": true,
                "is_self_signed": false,
                "is_root": false
            },
            {
                "position": 1,
                "type": "intermediate",
                "subject": "R3",
                "issuer": "ISRG Root X1",
                "valid_from": "2020-09-04 00:00:00",
                "valid_to": "2025-09-15 16:00:00",
                "is_valid": true,
                "is_self_signed": false,
                "is_root": false
            },
            {
                "position": 2,
                "type": "root",
                "subject": "ISRG Root X1",
                "issuer": "ISRG Root X1",
                "valid_from": "2015-06-04 11:04:38",
                "valid_to": "2035-06-04 11:04:38",
                "is_valid": true,
                "is_self_signed": true,
                "is_root": true
            }
        ],
        "chain_valid": true,
        "chain_complete": true,
        "has_root": true,
        "chain_length": 3,
        "issues": []
    }
}