Skip to content

Commit

Permalink
Merge pull request #163 from zuzuviewer/fix-162
Browse files Browse the repository at this point in the history
fix 162
  • Loading branch information
davecheney committed Oct 10, 2021
2 parents 74b2de5 + 47cf3a7 commit 2a2df30
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 @@ -150,7 +150,7 @@ func readClientCert(filename string) []tls.Certificate {
)

// read client certificate file (must include client private key and certificate)
certFileBytes, err := ioutil.ReadFile(clientCertFile)
certFileBytes, err := ioutil.ReadFile(filename)
if err != nil {
log.Fatalf("failed to read client certificate file: %v", err)
}
Expand Down

0 comments on commit 2a2df30

Please sign in to comment.