Skip to content

Commit

Permalink
Add server ceritificate wiring
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-marichal committed Feb 4, 2025
1 parent 96d2c02 commit 01c0e15
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ IDownloader CreateDownloader(string baseUrl) =>
new WebClientDownloaderBuilder(baseUrl, args.HttpTimeout, logger)
.AddAuthorization(userName, password)
.AddCertificate(clientCertPath, clientCertPassword)
.AddServerCertificate(args.TruststorePath, args.TruststorePassword)
.Build();
}

Expand Down

0 comments on commit 01c0e15

Please sign in to comment.