From ed59ae6482f6b94dd36848c50f0c65727c26a02d Mon Sep 17 00:00:00 2001 From: Kartik Nighania Date: Tue, 21 Jan 2020 16:05:05 +0530 Subject: [PATCH] Update README.md (#3653) --- libraries/WiFiClientSecure/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/WiFiClientSecure/README.md b/libraries/WiFiClientSecure/README.md index 10ac26cc..c7582c15 100644 --- a/libraries/WiFiClientSecure/README.md +++ b/libraries/WiFiClientSecure/README.md @@ -15,6 +15,7 @@ It is the same functionality as implemented in your web browser when you connect If you are accessing your own server: - Generate a root certificate for your own certificate authority - Generate a cert & private key using your root certificate ("self-signed cert") for your server + If you are accessing a public server: - Obtain the cert of the public CA that signed that server's cert Then: