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
546 B

7 years ago
rpmsign
===
使用RPM软件包的签名管理工具
## 补充说明
**rpmsign命令** 使用rpm软件包的签名管理工具。
### 语法
```
rpmsign(选项)
```
### 选项
```
--addsign为自动软件包添加签名
--checksig验证软件包签名
--delsign删除软件包签名
--import导入公钥
--resign重新签名软件包
--nodigest不验证软件包摘要
--nosignature不验证软件包签名。
```
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->