You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: websocket/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -425,6 +425,7 @@ For secure HTTPS connections (such as when calling APIs like [timeapi.io](https:
425
425
1.**Obtain the Certificates:**
426
426
- If you are using a certificate authority (CA) such as Let's Encrypt, you will have a server certificate and an intermediate certificate.
427
427
- 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.
428
429
429
430
2.**Combine Certificates into One File:**
430
431
Using a text editor or the `cat` command (on Unix/Linux), concatenate the certificates in the following order:
0 commit comments