backport of commit d08de3e78e (#19178)

Co-authored-by: Kit Haines <khaines@mit.edu>
This commit is contained in:
hc-github-team-secure-vault-core
2023-02-14 09:23:50 -05:00
committed by GitHub
parent dbdbe9547c
commit 3e4710d7ad
5 changed files with 517 additions and 11 deletions

View File

@@ -555,6 +555,11 @@ func initCommands(ui, serverCmdUi cli.Ui, runOpts *RunOptions) map[string]cli.Co
BaseCommand: getBaseCommand(),
}, nil
},
"pki reissue": func() (cli.Command, error) {
return &PKIReIssueCACommand{
BaseCommand: getBaseCommand(),
}, nil
},
"pki verify-sign": func() (cli.Command, error) {
return &PKIVerifySignCommand{
BaseCommand: getBaseCommand(),