remove comms network leftovers

Signed-off-by: Matthew R. Kasun <mkasun@nusak.ca>
This commit is contained in:
Matthew R. Kasun
2022-04-22 05:21:35 -04:00
parent e1b590d43f
commit 747d6bc692
16 changed files with 55 additions and 186 deletions

View File

@@ -47,7 +47,7 @@ func Register(cfg *config.ClientConfig, key string) error {
} else if err != nil {
return err
}
return JoinNetwork(cfg, key, false)
return JoinNetwork(cfg, key)
}
// RegisterWithServer calls the register endpoint with privatekey and commonname - api returns ca and client certificate