Skip to content

Commit b7a5084

Browse files
authored
Update Program.cs
1 parent 538da9e commit b7a5084

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mtls-examples/dotnet-csharp/Program.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ static async void HTTP_GET()
2323
{
2424
// path of pfx file generate by
2525
// $ openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crt -certfile CAcert
26-
var certificateLocation = "/app/lean.pfx";
26+
var certificateLocation = "";
2727
// password of pfx file
28-
var certificatePassword = "123456";
28+
var certificatePassword = "";
2929
// lean app token
30-
var leanAppToken = "d20d0e48-5887-4eb7-9d9d-fe5d459d79d8";
30+
var leanAppToken = "";
3131
// create a new HttpClientHandler
3232
var handler = new HttpClientHandler();
3333
// create a new certficite using location and password

0 commit comments

Comments
 (0)