Skip to content

Commit

Permalink
Go fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Gonzalez Martinez <[email protected]>
  • Loading branch information
jgmartinez committed Oct 13, 2023
1 parent 2cccf79 commit b0d20b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ func main() {
server.TLSConfig = &tls.Config{
ClientAuth: tls.RequireAndVerifyClientCert,
RootCAs: caCertPool,
ClientCAs: caCertPool,
ClientCAs: caCertPool,
MinVersion: tls.VersionTLS12,
}
}
Expand Down

0 comments on commit b0d20b6

Please sign in to comment.