Chapter 18: Baseline Privacy Interface (BPI)
STANDARD Revision 1.0
C4® CMTS Release 8.3 User Guide
© 2016 ARRIS Enterprises LLC. All Rights Reserved.
598
copy /system/certs/cacerts.txt
Importing Provisioned Cable Modem (CM) Certificates
Use this procedure to import provisioned CM certificate entries for the docsBpi2CmtsProvisionedCmCertEntry MIB table.
The imported file may be an ASCII file containing previously exported provisioned CM certificate(s), or a DER-encoded
binary certificate file (usually *.der).
1.
FTP to the C4/c CMTS.
2.
Enter the certs directory on the C4/c CMTS flash disk.
3.
To the /system/certs directory on the C4/c CMTS flash disk upload the ASCII file(s) containing the exported certificates
from the docsBpi2CmtsProvisionedCmCert entries in ASCII mode, or DER encoded certificate file(s) in binary mode.
4.
Copy the certificates to the C4/c CMTS internal database by issuing the following CLI command:
copy <path/filename> provcmcert-config
Where:
<path/filename> is the path and file name of the ASCII certificate file, or the DER-encoded binary
certificate file.
The CM certificate is read out of <path/filename> and provisioned into the MIB table
docsBpi2CmtsProvisionedCmCertEntry.
(Example) To read the certificate(s) in the file /system/certs/cmcerts.txt on the C4/c CMTS flash disk and save it in the
docsBpi2CmtsProvisionedCmCertEntry MIB table, use the following command:
copy /system/certs/cmcerts.txt provcmcert-config
Exporting Provisioned Cable Modem (CM) Certificates
Use this procedure to export provisioned CM certificate entries from the docsBpi2CmtsProvisionedCmCertEntry MIB table.
The exported file contains all the certificates in this table in ASCII format.
1.
Copy the CM certificates to the certs directory on the C4/c CMTS flash disk by issuing the following CLI command:
copy provcmcert-config <path/filename>
Where: <path/filename> = the path and file name of the ASCII certificate file to be stored.
CM certificate entries are stored in ASCII just as they appear in the MIB.