Updated Settings (markdown)

Stef Heyenrath
2022-08-16 13:26:32 +02:00
parent 4a310267c9
commit 20a1d0b5a5

@@ -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#