From 20a1d0b5a52a27bf7c5b12f25387b07cefaf3b2c Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Tue, 16 Aug 2022 13:26:32 +0200 Subject: [PATCH] Updated Settings (markdown) --- Settings.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Settings.md b/Settings.md index 69a1b4c..4a1353c 100644 --- a/Settings.md +++ b/Settings.md @@ -54,6 +54,12 @@ Note that: - OR - X509CertificateFilePath and X509CertificatePassword should be defined +📝 +See also these links on how to generate a EC or RSA +- https://www.scottbrady91.com/openssl/creating-elliptical-curve-keys-using-openssl +- https://www.scottbrady91.com/openssl/creating-rsa-keys-using-openssl +- https://github.com/WireMock-Net/WireMock.Net/tree/master/examples/WireMock.Net.Console.NET6.WithCertificate + ### ProxyAndRecordSettings You can enable ProxyAndRecord functionality by defining the *ProxyAndRecordSettings* and by specifying an Url. See code example below. ```c#