command/renew

This commit is contained in:
Mitchell Hashimoto
2015-04-13 17:37:39 -07:00
parent 4ee0222411
commit 4faf951f03
5 changed files with 168 additions and 3 deletions

View File

@@ -132,6 +132,12 @@ func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
}, nil
},
"renew": func() (cli.Command, error) {
return &command.RenewCommand{
Meta: meta,
}, nil
},
"revoke": func() (cli.Command, error) {
return &command.RevokeCommand{
Meta: meta,