Skip to content

Commit

Permalink
Update cmd/geth/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: baptiste-b-pegasys <[email protected]>
  • Loading branch information
antonydenyer and baptiste-b-pegasys authored Apr 6, 2022
1 parent 7daa19f commit 2777cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/geth/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func readQLightServerTLSConfig(ctx *cli.Context) *tls.Config {
utils.Fatalf("QLight tls flag is set but no server certificate has been provided")
}
if !ctx.GlobalIsSet(utils.QuorumLightTLSKeyFlag.Name) {
utils.Fatalf("QLight tls flag is set but no server key has been provided")
utils.Fatalf("QLight TLS is enabled but no server key has been provided")
}

tlsConfig, err := qlight.ConfigureQLightTLSConfig(&qlight.TLSConfig{
Expand Down

0 comments on commit 2777cfd

Please sign in to comment.