Skip to content

Commit

Permalink
fix: copy paste mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
rutgerc-klarrio committed Oct 6, 2024
1 parent 123f6a4 commit ddf83a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ QWCfsLrpwmPLYkEG9bKfsg11fW72jBPx+RLs/4ucjBcDI6kI5eGHkZU=
return nil, err
}

certStore.Add("test2", test1)
certStore.Add("test1", test1)
test2CertPEMBlock := []byte(`-----BEGIN CERTIFICATE-----
MIICTjCCAfWgAwIBAgIRAIHHXqg/VV7LNeakO6qlr00wCgYIKoZIzj0EAwIwDjEM
MAoGA1UEAxMDZHNoMB4XDTI0MTAwNDE5MTYzNVoXDTI1MDEwMjE5MTYzNVowNjEM
Expand Down

0 comments on commit ddf83a8

Please sign in to comment.