User Manual

! !! !!!!!!!!!!!!!!!!!!!!!!!!! !
!
!
50!
4.20!UPLOADDEVICECERT!
!
uploadDeviceCert
Arguments
name (M)
A descriptive name of which file to upload. This
name doesn’t match the name of the file on server.
It can take one of four values:
rootCert: The CA certificate from which the device
certificate is generated.
deviceCert: The device certificate.
deviceKeyFile: The key file
randomFile: The random file
filePath (M)
The path and the file name of the configuration
file. Must be specified
ftpAddr (O)
The address of the FTP server in which to upload
the certificate files. If not given, the default address
is used.
username (O)
The username used in FTP authentication. If not
given the default username is used.
password (O)
The password used in FTP authentication. If not
given the default password is used.
Description
Uploads the device certificates one by one. This command should be
issued four times in order to upload the whole set of files needed for
authentication.
Examples
uploadDeviceCert rootCert /home/uploads/root.pem
uploadDeviceCert deviceCert /home/uploads/deviceCertificate.pem
ftpAddr=192.168.0.10
uploadDeviceCert deviceKeyFile
filePath=/home/certificates/devkey.pem
uploadDeviceCert randomFile /home/uploads/random
username=frcwimax password=frcwimax
!
!
!
!
!
!
!
!
!