Skip to content

Commit

Permalink
RSDK-6881: Auth rsa key complexity to 2048 bits (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebriskin authored Mar 11, 2024
1 parent 76fbf4c commit d4abc68
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 d4abc68

Please sign in to comment.