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 %}
-

使用上の注意

+

注意事項

@@ -42,12 +42,12 @@

API

-

同等の機能を 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}
diff --git a/public/tools/tls-test/results.html b/public/tools/tls-test/results.html index 8411cc7..b9600d8 100644 --- a/public/tools/tls-test/results.html +++ b/public/tools/tls-test/results.html @@ -403,7 +403,7 @@ {# -------- テスト履歴 -------- #}
-

過去のテスト結果 (同一対象)

+

過去のテスト結果

{% if history %} @@ -413,7 +413,7 @@ - + {% endfor %}
実行日時ランクスコアリンク
{{ h.finished_at_display or '—' }} {{ h.rank or '—' }} {{ "%.0f"|format(h.score or 0) }}{{ h.id }}{{ h.id }}