User`s manual

133
Installing Certificates
Certificates obtained from Certicom should have the following format where ########
will be a long hexadecimal number for each entry.
CA Public Key: ########
Device Implicit Cert: ########
Device Private Key: ########
Device Public Key: ########
To install certificates onto either the ConnectPort X2 for Smart Energy or a standalone
XBee an AT command must be sent to configure the CA Public KEY (ZU), Device Implicit
Cert (ZT), and Device Private Key (ZV).
Installing Certificates on the ConnectPort X2 for Smart Energy
Use the xbee_AT RPC request to install a certificate. After installing a certificate the
network should also be reset. Use the following requests as a template and send in order.
1. Configure CA Public Key
<xbee_AT>
<command type="string">ZU</command>
<value type="base16">########</value>
</xbee_AT>
2. Configure Device Implicit Cert
<xbee_AT>
<command type="string">ZT</command>
<value type="base16">########</value>
</xbee_AT>
3. Configure Device Private Key
<xbee_AT>
<command type="string">ZV</command>
<value type="base16">########</value>
</xbee_AT>