diff --git a/cmd/aasp/main.go b/cmd/aasp/main.go index d02d24d0..81175066 100644 --- a/cmd/aasp/main.go +++ b/cmd/aasp/main.go @@ -464,8 +464,10 @@ func main() { } url := *hostname + ":" + *httpport + //start http server go setupServer(&ServerCertState, &azure_info.Identity, &EncodedUvmInformation, url) + //start grpc server s := grpc.NewServer() keyprovider.RegisterKeyProviderServiceServer(s, &server{}) reflection.Register(s)