mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-07-13 00:22:45 +02:00
Updated Using HTTPS (SSL) (markdown)
+6
-1
@@ -12,7 +12,12 @@ var server2 = WireMockServer.Start(new WireMockServerSettings
|
|||||||
```
|
```
|
||||||
|
|
||||||
## HTTPS and certificates
|
## 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
|
## Windows
|
||||||
### .NET Standard / .NET Core
|
### .NET Standard / .NET Core
|
||||||
|
|||||||
Reference in New Issue
Block a user