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#