mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 22:38:23 +01:00
codesign: add Chinese translation
This commit is contained in:
parent
a2f0a52e71
commit
95cec42350
1 changed files with 11 additions and 0 deletions
11
pages.zh/osx/codesign.md
Normal file
11
pages.zh/osx/codesign.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# codesign
|
||||
|
||||
> 为 macOS 的应用程序签名.
|
||||
|
||||
- 用证书签名:
|
||||
|
||||
`codesign -s {{"公司名称"}} {{路径/应用名.app}}`
|
||||
|
||||
- 验证应用程序的签名:
|
||||
|
||||
`codesign -v {{路径/应用名.app}}`
|
Loading…
Reference in a new issue