WiFiClientSecure fix flipped cert/key in comment (#5065)

This commit is contained in:
Deffendor
2021-04-17 01:07:41 +02:00
committed by GitHub
parent 01c8cae0dc
commit 11f89cddf6
2 changed files with 4 additions and 4 deletions

View File

@ -72,8 +72,8 @@ void setup() {
}
}
client.setCACert(test_root_ca);
//client.setCertificate(test_client_key); // for client verification - certificate
//client.setPrivateKey(test_client_cert); // for client verification - private key
//client.setCertificate(test_client_cert); // for client verification - certificate
//client.setPrivateKey(test_client_key); // for client verification - private key
Serial.println("");
Serial.println("WiFi connected");
Serial.println("IP address set: ");