Check SSL certificate for any domain/subdomain
387
Run:
docker run --rm -p 8080:8080 ersinkoc/checksslapi:latest
Usage:
http://localhost:8080/checkssl/oxog.net
Result:
{
"covered_domains": [
"*.oxog.net",
"oxog.net"
],
"hostname": "oxog.net",
"issuer": {
"C": "US",
"CN": "R11",
"O": "Let's Encrypt"
},
"remaining_days": 76,
"valid_from": "2024-06-06T23:34:09",
"valid_to": "2024-09-04T23:34:08"
}
Content type
Image
Digest
sha256:ac6ab6a23…
Size
54.5 MB
Last updated
over 2 years ago
docker pull ersinkoc/checksslapi