From d483790149c8837039a29812cfc04f7625fdb646 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 3 Jun 2025 19:49:28 +0200 Subject: [PATCH] Updated Using HTTPS (SSL) (markdown) --- Using-HTTPS-(SSL).md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Using-HTTPS-(SSL).md b/Using-HTTPS-(SSL).md index d833432..a74bad6 100644 --- a/Using-HTTPS-(SSL).md +++ b/Using-HTTPS-(SSL).md @@ -12,7 +12,12 @@ var server2 = WireMockServer.Start(new WireMockServerSettings ``` ## HTTPS and certificates -See [WIKI : Settings - Certificate Settings](https://github.com/WireMock-Net/WireMock.Net/wiki/Settings#certificatesettings). +WireMock.NET provides flexible support for SSL certificates through the following methods: +- Using the Certificate Store +- Loading a PFX certificate from the file system +- Utilizing an in-memory `X509Certificate2` instance + +See [WIKI : Settings - Certificate Settings](https://github.com/WireMock-Net/WireMock.Net/wiki/Settings#certificatesettings) for details. ## Windows ### .NET Standard / .NET Core