Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendongatmsft committed May 24, 2023
1 parent c5d4832 commit e45a0b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/aasp/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e45a0b2

Please sign in to comment.