File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -83,11 +83,28 @@ To simplify file management on your XBee Cellular and to allow re-use of the
8383same code on multiple devices, give your files shorter names (we use these
8484names 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
93110Use XCTU or ATFS commands in a terminal emulator to upload the three files
You can’t perform that action at this time.
0 commit comments