CSR 驗證結果
解析後的 CSR 主體資訊
@php
$subject = is_array($subject) ? $subject : [];
$labels = [
'C' => '國家 (Country)',
'ST' => '州/省 (State)',
'L' => '城市 (Locality)',
'O' => '組織 (Organization)',
'OU' => '部門 (Organizational Unit)',
'CN' => '網域名稱 (Common Name)',
];
@endphp
@if(count($subject) > 0)
@else
| 欄位 | 值 |
|---|---|
| {{ $labels[$key] ?? $key }} | {{ $value }} |
無法解析 CSR 資訊,請確認格式是否正確。
@endif