Skip to content

Commit

Permalink
gobgpd: Replace "keypair" with "key pair".
Browse files Browse the repository at this point in the history
  • Loading branch information
icedream committed Mar 7, 2023
1 parent 81ad318 commit ea54197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gobgpd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func main() {
// server cert/key
cert, err := tls.LoadX509KeyPair(opts.TLSCertFile, opts.TLSKeyFile)
if err != nil {
logger.Fatalf("Failed to load server certificate/keypair: %v", err)
logger.Fatalf("Failed to load server certificate/key pair: %v", err)
}
tlsConfig := &tls.Config{Certificates: []tls.Certificate{cert}}

Expand Down

0 comments on commit ea54197

Please sign in to comment.