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

24
pages.zh/common/mkcert.md Normal file
View File

@@ -0,0 +1,24 @@
# mkcert
> 制作本地信任的开发证书。
> 更多信息:<https://github.com/FiloSottile/mkcert>。
- 在系统信任存储中安装本地 CA
`mkcert -install`
- 为给定域名生成证书和私钥:
`mkcert {{example.org}}`
- 为多个域名生成证书和私钥:
`mkcert {{example.org}} {{myapp.dev}} {{127.0.0.1}}`
- 为给定域名及其子域名生成通配符证书和私钥:
`mkcert "{{*.example.it}}"`
- 卸载本地 CA
`mkcert -uninstall`