File tree 2 files changed +3
-3
lines changed
CertificateSigningRequest
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
This sketch can be used to generate a CSR for a private key
5
5
generated in an ECC508/ECC608 or SE050 crypto chip slot.
6
6
7
- If the ECC508/ECC608 is not configured and locked it prompts
7
+ If the SecureElement is not configured and locked it prompts
8
8
the user to configure and lock the chip with a default TLS
9
9
configuration.
10
10
Original file line number Diff line number Diff line change 4
4
This sketch can be used to generate a self signed certificate
5
5
for a private key generated in an ECC508/ECC608 or SE050 crypto chip slot.
6
6
7
- If the crypto chip is not configured and locked it prompts
7
+ If the SecureElement is not configured and locked it prompts
8
8
the user to configure and lock the chip with a default TLS
9
9
configuration.
10
10
@@ -145,4 +145,4 @@ String readLine() {
145
145
}
146
146
147
147
return line;
148
- }
148
+ }
You can’t perform that action at this time.
0 commit comments