diff --git a/public/tools/tls-test/index.html b/public/tools/tls-test/index.html index 7461cfb..d1fc05d 100644 --- a/public/tools/tls-test/index.html +++ b/public/tools/tls-test/index.html @@ -21,20 +21,20 @@
{{ error }}
{% endif %}host:port 形式を受け付けます。IP 直接入力の場合、SNI/証明書名の一致を判定できないため減点対象となることがあります。nercone-tls-test/1.0 です。nercone-tls-test/1.0です。同等の機能を JSON API として提供しています。
+APIからも同等の機能が使用可能です。APIはJSON形式で返答します。
POST /api/tools/tls-test/scan
Content-Type: application/json
{"target": "example.com"}
- 以下のエンドポイントで進捗・結果を取得できます。
+次のエンドポイントで進捗・結果を取得することができます。
GET /api/tools/tls-test/status/{test_id}
GET /api/tools/tls-test/results/{test_id}
| 実行日時 | ランク | スコア | リンク | {{ h.finished_at_display or '—' }} | {{ h.rank or '—' }} | {{ "%.0f"|format(h.score or 0) }} | -{{ h.id }} | +{{ h.id }} | {% endfor %}
|---|