Skip to content

Commit 47773b8

Browse files
authored
Update README.md
1 parent 3ac0817 commit 47773b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

websocket/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ For secure HTTPS connections (such as when calling APIs like [timeapi.io](https:
425425
1. **Obtain the Certificates:**
426426
- If you are using a certificate authority (CA) such as Let's Encrypt, you will have a server certificate and an intermediate certificate.
427427
- You can download the root certificate from your CA’s website if needed.
428+
- Another option is using [openssl](https://wiki.openssl.org/index.php/Command_Line_Utilities) command, for example `openssl s_client -connect timeapi.io:443 -servername timeapi.io -showcerts > timeapi.pem`. If you follow this method you can skip the next step.
428429

429430
2. **Combine Certificates into One File:**
430431
Using a text editor or the `cat` command (on Unix/Linux), concatenate the certificates in the following order:

0 commit comments

Comments
 (0)