added shamir keys

This commit is contained in:
ston1th 2023-03-20 21:18:44 +01:00
commit be0f532628
14 changed files with 238 additions and 43 deletions

View file

@ -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)