We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d051eb0 commit 031723dCopy full SHA for 031723d
examples/SSLCertificateManagement_Example/SSLCertificateManagement_Example.ino
@@ -62,9 +62,9 @@ void setup() {
62
Serial.println("You're connected to the network");
63
Serial.println();
64
65
- // eraseTrustedRooterase from the module all the actual TrustedRoot
66
- // pointed by the GSM object call this API after the set will try to erase
67
- // if rpresent the certificate present in SECRET_GSM_ROOT_CERTS
+ // eraseTrustedRoot erase from the module all the actual Trusted Root
+ // pointed by the GSM object, call this API after the set will try to erase
+ // all the certificates present in SECRET_GSM_ROOT_CERTS
68
client.eraseTrustedRoot();
69
client.setUserRoots(SECRET_GSM_ROOT_CERTS, SECRET_GSM_ROOT_SIZE);
70
0 commit comments