feat: 添加CA证书和密钥文件

添加CA根证书(ca.pem)、客户端证书(cert.pem)和私钥文件(key.pem),用于安全通信
同时从.gitignore中移除/ca目录的忽略规则
This commit is contained in:
2026-02-27 10:47:23 +08:00
parent 0efdd84bfc
commit ae9c362a65
4 changed files with 117 additions and 1 deletions

2
.gitignore vendored
View File

@@ -139,7 +139,7 @@ dmypy.json
.pytype/
# End of https://www.toptal.com/developers/gitignore/api/python
/ca
# Build artifacts
build/