{{ t('search.title') }}
{{ getLoadingTitle() }}
{{ t(step.name) }}
{{ t(step.statusText) }}
{{ domain }}
{{ t('header.ip') }}: {{ ipAddress }}
{{ t('header.server') }}: {{ server }}
{{ t('header.title') }}: {{ siteTitle }}
{{ getCheckTimeLabel() }}: {{ detectTime }}
{{ getQRCodeHint() }}
{{ t('sections.overview') }}
{{ t('overview.description') }}
| {{ t('overview.rating') }} | |
| ATS | {{ checkATS ? t('common.compliant') : t('common.notCompliant') }} |
| PCI DSS | {{ checkPCI ? t('common.compliant') : t('common.notCompliant') }} |
{{ t('overview.downgradeReasons') }}
- {{ translateDowngradeReason(reason) }}
{{ getVendorNoticeTitle() }}
{{ t('sections.certificate') }}
| {{ t('cert.trustStatus') }} | {{ certInfo.trustStatus || '-' }} |
| {{ t('cert.revocationStatus') }} | {{ translateStatus(certInfo.revocationStatus) || '-' }} |
| {{ t('cert.commonName') }} | {{ certInfo.commonName || '-' }} |
| {{ t('cert.issuer') }} | {{ certInfo.issuer || '-' }} |
| {{ t('cert.sni') }} | {{ certInfo.sni || '-' }} |
| {{ t('cert.weakKey') }} | {{ certInfo.weakKey || '-' }} |
| {{ t('cert.algorithm') }} | {{ certInfo.algorithm || '-' }} |
| {{ t('cert.signature') }} | {{ certInfo.signature || '-' }} |
| {{ t('cert.ctPolicy') }} | {{ certInfo.ctPolicy || '-' }} {{ certInfo.ctPolicy || '-' }} |
| {{ t('cert.brand') }} | {{ certInfo.brand || '-' }} |
| {{ t('cert.type') }} | {{ certInfo.type || '-' }} |
| {{ t('cert.validFrom') }} | {{ certInfo.validFrom || '-' }} |
| {{ t('cert.validTo') }} | {{ certInfo.validTo || '-' }} |
| {{ t('cert.validity') }} | {{ certInfo.validity || '-' }} |
| {{ t('cert.ocspStapling') }} | {{ certInfo.ocspStapling || '-' }} |
| {{ t('cert.ocspMustStaple') }} | {{ certInfo.ocspMustStaple || '-' }} |
| {{ t('cert.organization') }} | {{ certInfo.organization || '-' }} |
| {{ t('cert.department') }} | {{ certInfo.department || '-' }} |
| {{ t('cert.san') }} |
{{ item }}
{{ getSanToggleText() }}
|
{{ t('sections.certificateChain') }}
{{ getNoChainInfoText() }}
颁发给
{{ cert['颁发给'] || cert['详细信息']?.['主题信息']?.['通用名称(CN)'] || '-' }}
颁发者
{{ cert['颁发者'] || cert['详细信息']?.['签发者信息']?.['通用名称(CN)'] || '-' }}
加密算法
{{ cert['详细信息']['加密算法'] }}
签名算法
{{ cert['详细信息']['签名算法'] }}
证书指纹
{{ cert['详细信息']['SHA1指纹'] }}
公钥PIN值
{{ cert['详细信息']['公钥PIN-SHA256'] }}
有效期
{{ getValidityWithDays(cert) }}
{{ getNoChainInfoText() }}
颁发给
{{ cert['颁发给'] || cert['详细信息']?.['主题信息']?.['通用名称(CN)'] || '-' }}
颁发者
{{ cert['颁发者'] || cert['详细信息']?.['签发者信息']?.['通用名称(CN)'] || '-' }}
加密算法
{{ cert['详细信息']['加密算法'] }}
签名算法
{{ cert['详细信息']['签名算法'] }}
证书指纹
{{ cert['详细信息']['SHA1指纹'] }}
公钥PIN值
{{ cert['详细信息']['公钥PIN-SHA256'] }}
有效期
{{ getValidityWithDays(cert) }}
{{ t('sections.protocol') }}
{{ t('protocol.supported') }}
{{ protocol.name }}
{{ protocol.supported ? '支持' : '不支持' }}
{{ t('protocol.cipherSuites') }}
{{ protocol }}
{{ language === 'zh' ? '(服务器顺序优先)' : '(Server order preference)' }}
{{ suite.name }}
({{ suite.hexCode }})
FS
{{ suite.keySize }} bits
{{ t('sections.details') }}
{{ detail.name }}
{{ translateStatus('支持') }}
{{ detail.value.replace('支持', '').trim() }}
{{ translateStatus('不支持') }}
{{ detail.value.replace('不支持', '').trim() }}
{{ translateStatus('是') }}
{{ detail.value.replace('是', '').trim() }}
{{ translateStatus('否') }}
{{ detail.value.replace('否', '').trim() }}
{{ translateStatus(detail.value) }}
{{ t('sections.vulnerabilities') }}
{{ t('vuln.affected') }}
{{ t('vuln.description') }}
{{ t('vuln.risk') }}
{{ key }}
{{ translateStatus(value['是否影响']) }}
{{ value['说明'] }}
{{ value['危险系数'] }}
{{ t('sections.clients') }}
| {{ t('client.userAgent') }} | {{ t('client.algorithm') }} | {{ t('client.tlsVersion') }} | {{ t('client.cipherSuite') }} |
|---|---|---|---|
| {{ client.userAgent }} | {{ client.certificateAlgorithm || '-' }} | {{ client.tlsVersion }}{{ client.protocolNegotiated ? '>' + client.protocolNegotiated : '' }} | {{ client.cipherSuite || '-' }} |
{{ t('sections.compatibility') }}
| {{ key }} |