mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #537] [MERGED] Add Custom Certificate settings #957
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/537
Author: @StefH
Created: 11/7/2020
Status: ✅ Merged
Merged: 11/10/2020
Merged by: @StefH
Base:
master← Head:certificate📝 Commits (7)
a0f5510wipb109575fix59a5a0ecopy X5096fb1779Add X509StoreThumbprintOrSubjectName + Examplee926eeapfx79604f9.63c78f9comment📊 Changes
24 files changed (+478 additions, -103 deletions)
View changed files
📝
WireMock.Net Solution.sln(+7 -0)➕
examples/WireMock.Net.Console.NETCoreApp3WithCertificate/Program.cs(+36 -0)➕
examples/WireMock.Net.Console.NETCoreApp3WithCertificate/WireMock.Net.Console.NETCoreApp3WithCertificate.csproj(+18 -0)➕
examples/WireMock.Net.Console.NETCoreApp3WithCertificate/base64_encoded.cer(+28 -0)➕
examples/WireMock.Net.Console.NETCoreApp3WithCertificate/base64_encoded.privatekey(+0 -0)➕
examples/WireMock.Net.Console.NETCoreApp3WithCertificate/example.pfx(+0 -0)📝
src/WireMock.Net/Http/HttpClientHelper.cs(+1 -1)➕
src/WireMock.Net/HttpsCertificate/CertificateLoader.cs(+100 -0)➖
src/WireMock.Net/HttpsCertificate/ClientCertificateHelper.cs(+0 -42)📝
src/WireMock.Net/Owin/AspNetCoreSelfHost.NETStandard.cs(+21 -7)📝
src/WireMock.Net/Owin/AspNetCoreSelfHost.NETStandard13.cs(+20 -6)📝
src/WireMock.Net/Owin/AspNetCoreSelfHost.cs(+10 -10)➕
src/WireMock.Net/Owin/HostUrlDetails.cs(+15 -0)📝
src/WireMock.Net/Owin/HostUrlOptions.cs(+8 -5)📝
src/WireMock.Net/Owin/IWireMockMiddlewareOptions.cs(+12 -0)📝
src/WireMock.Net/Owin/WireMockMiddlewareOptions.cs(+20 -0)📝
src/WireMock.Net/Server/WireMockServer.cs(+9 -0)➕
src/WireMock.Net/Settings/IWireMockCertificateSettings.cs(+44 -0)📝
src/WireMock.Net/Settings/IWireMockServerSettings.cs(+16 -0)➕
src/WireMock.Net/Settings/WireMockCertificateSettings.cs(+36 -0)...and 4 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.