added shamir keys
This commit is contained in:
parent
13780f1c74
commit
be0f532628
14 changed files with 238 additions and 43 deletions
|
|
@ -53,8 +53,6 @@ func main() {
|
|||
arg := os.Args[1]
|
||||
switch arg {
|
||||
case "new", "get", "ls", "req", "approve", "reject", "del":
|
||||
//flag.StringVar(&config, "config", "/etc/keyctl/url.conf", "path to client config file")
|
||||
//flag.Parse()
|
||||
cli.Run(arg) // does not return
|
||||
case "server":
|
||||
fs := flag.NewFlagSet("", flag.ExitOnError)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue