Skip to content

Commit 90d06dd

Browse files
kurte261mikewadsten
authored andcommitted
Update README.md on selecting the right aws certificate for the XBee Cellular being used.
1 parent 6e218e1 commit 90d06dd

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

samples/cellular/aws/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,28 @@ To simplify file management on your XBee Cellular and to allow re-use of the
8383
same code on multiple devices, give your files shorter names (we use these
8484
names in the included samples):
8585

86+
87+
88+
8689
| Original Filename | Shortened Name |
8790
|----------------------------------------------------------|----------------|
8891
| 01234abcde-certificate.pem.crt | aws.crt |
8992
| 01234abcde-private.pem.key | aws.key* |
90-
| VeriSign-Class 3-Public-Primary-Certification-Authority-G5.pem | aws.ca** |
93+
| See selecting aws.ca certficate below | aws.ca** |
94+
95+
96+
Selecting the aws.ca certificate:
97+
98+
If you are using a XBee Cellular Cat 1 or Cat 4 use the
99+
"Starfield Class 2 Certification Authority Root Certificate" for aws.ca
100+
that can be found at
101+
https://ssl-ccp.secureserver.net/repository/sf-class2-root.crt
102+
103+
If you are using a XBee Cellular 3G or LTE-M/NB-IoT use the
104+
"Starfield Services Root Certificate Authority - G2" for aws.ca
105+
that can be found at
106+
https://www.amazontrust.com/repository/SFSRootCAG2.pem
107+
91108

92109

93110
Use XCTU or ATFS commands in a terminal emulator to upload the three files

0 commit comments

Comments
 (0)