Skip to content

Commit

Permalink
lower key complexity to 2048
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebriskin committed Mar 9, 2024
1 parent b216f3d commit c5b0912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import (
)

const (
generatedRSAKeyBits = 4096
generatedRSAKeyBits = 2048
mDNSerr = "mDNS setup failed; continuing with mDNS disabled"
healthCheckMethod = "/grpc.health.v1.Health/Check"
healthWatchMethod = "/grpc.health.v1.Health/Watch"
Expand Down

0 comments on commit c5b0912

Please sign in to comment.