# SSL checker for BadSSL test domains

**Use case:** 

Run SSL diagnostics against BadSSL examples to inspect expired, self-signed, and valid certificate statuses.

## Input

```json
{
  "domains": [
    "expired.badssl.com",
    "self-signed.badssl.com",
    "sha256.badssl.com"
  ]
}
```

## Output

```json
{
  "domain": {
    "label": "Domain"
  },
  "isValid": {
    "label": "Valid"
  },
  "grade": {
    "label": "Grade"
  },
  "protocol": {
    "label": "Protocol"
  },
  "cipher": {
    "label": "Cipher"
  },
  "checkTimeMs": {
    "label": "Time (ms)"
  },
  "error": {
    "label": "Error"
  },
  "checkedAt": {
    "label": "Checked At"
  }
}
```

## About this Actor

This example demonstrates how to use [SSL Certificate Checker](https://apify.com/automation-lab/ssl-certificate-checker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/ssl-certificate-checker) to learn more, explore other use cases, and run it yourself.