Updated Using HTTPS (SSL) (markdown)

Stef Heyenrath
2025-06-03 19:49:28 +02:00
parent e1f7de9432
commit d483790149

@@ -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