From e1a1e5a71fb44f9aa3a5e7cdf720bee41a526ebb Mon Sep 17 00:00:00 2001 From: Kartik Nighania Date: Tue, 21 Jan 2020 07:00:30 +0530 Subject: [PATCH] Update README.md --- libraries/WiFiClientSecure/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/WiFiClientSecure/README.md b/libraries/WiFiClientSecure/README.md index 10ac26ccaa5..c7582c15d99 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: