SSL証明書チェッカー
任意のドメインのSSL/TLS証明書を確認します。発行者、有効期間、有効期限までの日数を表示します。
このツールの使い方
- 1
Type a domain or URL into the input box, for example example.com or https://example.com.
- 2
Click Analyze to open a TLS connection to that host on port 443 and fetch its certificate.
- 3
Read the subject and issuer panels, then check the Valid from, Valid to, and Days remaining boxes.
- 4
Scan the SAN line to confirm the certificate actually covers the hostname you queried.
SSL証明書チェッカーとは何ですか?
すべてのHTTPSサイトには、サーバーの身元を証明するSSL証明書があります。証明書には有効期限があります(Let's Encryptは90日ごと、商用のものは通常1年ごと)。更新されないまま期限が切れると、ブラウザは不安をあおるセキュリティ警告を表示します。このツールは、証明書の発行者、有効期間、残り日数、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.
よくある質問
残り日数がわずかな場合はどうすればよいですか?▼
フィンガープリント(指紋)とは何を意味しますか?▼
関連ツール
DNSルックアップ
任意のドメインのDNSレコード(A、AAAA、MX、TXT、NS、CNAME)を照会します。メール、ホスティング、SSL設定のデバッグに役立ちます。
WHOIS検索
任意のドメインの登録データを照会します。レジストラ、登録日と有効期限、ネームサーバー、(公開されている場合は)連絡先情報がわかります。
HTTPヘッダーアナライザー
あらゆるURLのHTTPレスポンスヘッダーを検査します。欠落しているセキュリティヘッダーを強調表示します。
HTTPステータスコードチェッカー
あらゆるURLが返すHTTPステータスコードを確認します。200、301、404、500などを検出します。
リダイレクトチェーン追跡ツール
リダイレクトチェーンの各ホップをたどります。リダイレクトループや、パフォーマンスを損なう過剰なホップを検出します。
混在コンテンツチェッカー
HTTPSページがHTTPで読み込んでいるリソースを見つけます。混在コンテンツはブラウザの警告を引き起こし、ブロックされることもあります。