You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
422 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

rpmsign
===
使用RPM软件包的签名管理工具
## 说明
**rpmsign命令** 使用rpm软件包的签名管理工具
## 选项
```
rpmsign(选项)
```
```
--addsign为自动软件包添加签名
--checksig验证软件包签名
--delsign删除软件包签名
--import导入公钥
--resign重新签名软件包
--nodigest不验证软件包摘要
--nosignature不验证软件包签名
```