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