{{ currentToolTitle }}
{{ currentToolDesc }}
{{ toolError }}
{{ toolSuccess }}
| {{ t('toolbox.ctDomain') }} | {{ result.ctCheck.data['域名'] }} |
| {{ t('toolbox.ctPolicy') }} | {{ result.ctCheck.data['是否符合CT政策'] === '符合' ? '✓ ' : '✗ ' }}{{ result.ctCheck.data['是否符合CT政策'] }} |
| {{ t('toolbox.ctSerial') }} | {{ result.ctCheck.data['序列号'] }} |
| {{ t('toolbox.ctStartTime') }} | {{ result.ctCheck.data['开始时间'] }} |
| {{ t('toolbox.ctEndTime') }} | {{ result.ctCheck.data['结束时间'] }} |
{{ t('toolbox.ctLog') }} {{ idx + 1 }}
| {{ t('toolbox.ctProvider') }} | {{ result.ctCheck.data['CT日志'][Number(activeCTLog)]['日志服务商'] }} |
| Log ID | {{ result.ctCheck.data['CT日志'][Number(activeCTLog)]['Log ID'] }} |
| {{ t('toolbox.ctVerifyStatus') }} | {{ result.ctCheck.data['CT日志'][Number(activeCTLog)]['验证状态'] }} |
| {{ t('toolbox.ctSource') }} | {{ result.ctCheck.data['CT日志'][Number(activeCTLog)]['来源'] }} |
| {{ t('toolbox.ctGenTime') }} | {{ result.ctCheck.data['CT日志'][Number(activeCTLog)]['生成时间'] }} |
| {{ t('toolbox.ctHashAlg') }} | {{ result.ctCheck.data['CT日志'][Number(activeCTLog)]['Hash算法'] }} |
| {{ t('toolbox.ctSignAlg') }} | {{ result.ctCheck.data['CT日志'][Number(activeCTLog)]['签名算法'] }} |
| {{ t('toolbox.ctOperator') }} | {{ result.ctCheck.data['CT日志'][Number(activeCTLog)]['运营商'] || '-' }} |
| {{ t('toolbox.ctSignData') }} | {{ result.ctCheck.data['CT日志'][Number(activeCTLog)]['签名数据'] }} |