command/rekey: first pass at rekey

This commit is contained in:
Armon Dadgar
2015-05-28 15:08:09 -07:00
parent a7ebd51391
commit da566a41fd
2 changed files with 238 additions and 0 deletions

View File

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