We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ace70 commit 2cc14c8Copy full SHA for 2cc14c8
README.md
@@ -61,6 +61,12 @@ WQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q=
61
-----END CERTIFICATE-----");
62
```
63
64
+> [!Note]
65
+>
66
+> In order to get a root certificate from a server, if you install [OpenSSL](https://www.openssl.org/source/), you can run the following command:
67
+> `openssl s_client -connect the.server-to-get-the-cert.com:443 -showcerts`
68
+> This will show you all the root certs used and present them as PEM. You can then copy/paste the one you need.
69
+
70
It's possible to add HTTP headers that will be sent along with each request.
71
72
```csharp
0 commit comments