Sign inSign up

ersinkoc/sslchecknodejs

By ersinkoc

Updated about 2 years ago

SSL Certificate Check for any domain

Image
Security
Web servers
Monitoring & observability
0

337

ersinkoc/sslchecknodejs repository overview

Run:

docker run --rm -p 8080:8080 ersinkoc/sslchecknodejs:latest

Usage:

http://localhost:8080/checkssl/ecostack.cloud

Result:

{
  "hostname": "ecostack.cloud",
  "issuer": {
    "C": "US",
    "O": "Let's Encrypt",
    "CN": "R3"
  },
  "valid_from": "2024-05-10T20:25:06.000Z",
  "valid_to": "2024-08-08T20:25:05.000Z",
  "remaining_days": 47,
  "covered_domains": [
    "*.ecostack.cloud",
    "ecostack.cloud"
  ],
  "tls_protocols": {
    "TLSv1": "not supported",
    "TLSv1.1": "not supported",
    "TLSv1.3": "supported",
    "TLSv1.2": "supported"
  },
  "ip_addresses": {
    "main": {
      "ipv4": [
        "185.151.30.210"
      ],
      "ipv6": [
        "2a07:7800::210"
      ]
    },
    "www": {
      "ipv4": [
        "185.151.30.210"
      ],
      "ipv6": [
        "2a07:7800::210"
      ]
    }
  }
}

Tag summary

Content type

Image

Digest

sha256:e412c32bb

Size

394.1 MB

Last updated

about 2 years ago

docker pull ersinkoc/sslchecknodejs