Skip to content

Commit

Permalink
Examples: fix sketch description using SecureElement naming
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Mar 18, 2024
1 parent 7249484 commit 1580af9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This sketch can be used to generate a CSR for a private key
generated in an ECC508/ECC608 or SE050 crypto chip slot.
If the ECC508/ECC608 is not configured and locked it prompts
If the SecureElement is not configured and locked it prompts
the user to configure and lock the chip with a default TLS
configuration.
Expand Down
4 changes: 2 additions & 2 deletions examples/SelfSignedCertificate/SelfSignedCertificate.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This sketch can be used to generate a self signed certificate
for a private key generated in an ECC508/ECC608 or SE050 crypto chip slot.
If the crypto chip is not configured and locked it prompts
If the SecureElement is not configured and locked it prompts
the user to configure and lock the chip with a default TLS
configuration.
Expand Down Expand Up @@ -145,4 +145,4 @@ String readLine() {
}

return line;
}
}

0 comments on commit 1580af9

Please sign in to comment.