添加SSL证书管理功能,包括安装、续期、列出、撤销和申请证书的命令,同时更新依赖项和修复磁盘使用情况计算逻辑。
This commit is contained in:
@@ -104,6 +104,13 @@ func Execute() {
|
||||
|
||||
addDownloadSubcommands(downloadCmd)
|
||||
|
||||
// 11. cert命令
|
||||
certCmd := &cobra.Command{
|
||||
Use: "cert",
|
||||
Short: "SSL证书管理",
|
||||
}
|
||||
addCertManagerSubcommands(certCmd)
|
||||
|
||||
helpCmd := &cobra.Command{
|
||||
Use: "help",
|
||||
Short: "帮助信息",
|
||||
@@ -131,6 +138,7 @@ func Execute() {
|
||||
versionCmd,
|
||||
configCmd,
|
||||
downloadCmd,
|
||||
certCmd,
|
||||
helpCmd,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user