RevealTheme logo

SSL 인증서 검사기

모든 도메인의 SSL/TLS 인증서를 확인합니다. 발급자, 유효 기간, 만료까지 남은 일수를 보여줍니다.

이 도구 사용 방법

  1. 1

    Type a domain or URL into the input box, for example example.com or https://example.com.

  2. 2

    Click Analyze to open a TLS connection to that host on port 443 and fetch its certificate.

  3. 3

    Read the subject and issuer panels, then check the Valid from, Valid to, and Days remaining boxes.

  4. 4

    Scan the SAN line to confirm the certificate actually covers the hostname you queried.

SSL 인증서 검사기란 무엇인가요?

모든 HTTPS 사이트에는 서버의 신원을 증명하는 SSL 인증서가 있습니다. 인증서는 만료됩니다(Let's Encrypt: 90일마다, 상용 인증서: 보통 매년). 갱신되지 않은 채 만료되면 브라우저는 위협적인 보안 경고를 표시합니다. 이 도구는 인증서 발급자, 유효 기간, 남은 일수, 그리고 SAN(주체 대체 이름)을 보고합니다.

일반적인 사용 사례

  • Confirm a newly issued or renewed certificate is actually live on the server before announcing a launch.

  • Catch a certificate that is within 30 days of expiry (the tool flags it in red) so you can renew before users hit warnings.

  • Verify the SAN list includes every subdomain you serve, such as www and api, after editing a multi-domain cert.

  • Check which Certificate Authority signed a third-party or vendor endpoint you depend on.

  • Spot-check that an automated renewal job (for example Let's Encrypt via certbot) actually swapped in the new certificate.

  • Read the exact valid-from and valid-to timestamps when debugging a clock-skew or not-yet-valid certificate error.

자주 묻는 질문

남은 일수가 얼마 안 되면 어떻게 해야 하나요?
즉시 갱신하세요. Let's Encrypt는 자동으로 갱신되지만, 상용 인증서는 수동 갱신이 필요합니다.
지문(fingerprint)은 무엇을 의미하나요?
인증서의 암호학적 해시로, 인증서의 변조나 교체를 탐지하는 데 사용됩니다.

관련 도구