mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-23 09:30:59 +01:00
Updated Using HTTPS (SSL) (markdown)
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user