From 92fc00e7235174afdf17c15670156fe1ac2cac1c Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Sun, 8 Nov 2020 10:17:01 +0100 Subject: [PATCH] Updated Using HTTPS (SSL) (markdown) --- Using-HTTPS-(SSL).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-HTTPS-(SSL).md b/Using-HTTPS-(SSL).md index 6d3cd3f..9db08a0 100644 --- a/Using-HTTPS-(SSL).md +++ b/Using-HTTPS-(SSL).md @@ -18,7 +18,7 @@ In case you don't have a self-signed certificate yet, run the following command: dotnet dev-certs https --trust ``` -WireMock.Net will now use this self signed certificate (which can be overridden if you like) to host https urls. +WireMock.Net will now use this self signed certificate [which can be overridden if you like](https://github.com/WireMock-Net/WireMock.Net/wiki/Settings#certificatesettings) to host https urls. ### .NET 4.5.2 / .NET 4.6 In case when using .NET 4.5.2 or .NET 4.6, you need a certificate registered on your box, properly associated with your application and the port number that will be used. This is not really specific to WireMock.Net, not very straightforward and hence the following StackOverflow thread might come handy: [Httplistener with https support](http://stackoverflow.com/questions/11403333/httplistener-with-https-support).