add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,28 @@
# testssl
> 检查服务器支持的 SSL/TLS 协议和密码套件。
> 更多信息:<https://testssl.sh/>.
- 在 443 端口测试服务器(运行所有检查):
`testssl {{example.com}}`
- 测试其他端口:
`testssl {{example.com:465}}`
- 仅检查可用的协议:
`testssl --protocols {{example.com}}`
- 仅检查漏洞:
`testssl --vulnerable {{example.com}}`
- 仅检查 HTTP 安全头:
`testssl --headers {{example.com}}`
- 测试其他启用 STARTTLS 的协议:
`testssl --starttls {{ftp|smtp|pop3|imap|xmpp|sieve|xmpp-server|telnet|ldap|irc|lmtp|nntp|postgres|mysql}} {{example.com}}:{{port}}`