Skip to content

Commit 2cc14c8

Browse files
authored
Improving documentation to gather root certificate (#408)
***NO_CI***
1 parent 94ace70 commit 2cc14c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ WQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q=
6161
-----END CERTIFICATE-----");
6262
```
6363

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+
6470
It's possible to add HTTP headers that will be sent along with each request.
6571

6672
```csharp

0 commit comments

Comments
 (0)