User's Manual
19. Maintenance
Version 4.4.0
359
MP26x/MP27x
19.5.3 Encrypting the Configuration File using CLI
Encrypted files include the file name extension *.cfx (instead of *.cfg) or *.inx (instead of
*.ini). After the device loads the encrypted file from the HTTP server, it automatically
identifies the encrypted file by its file name extensions *.cfx or *.inx, and subsequently
decrypts the file before saving it to flash memory.
The following procedure describes how to encrypt configuration files.
To encrypt a configuration file:
Run the following CLI shell command (on Linux or Windows PC with OpenSSL
installed):
openssl des3 -in
<original file>
-out
<encrypted file>
-k
<password>
-S
<salt value>
Where,
•
<original file>
is the original clear-text configuration file (*.cfg or *.ini file).
•
<encrypted file>
is the output file (an encrypted *.cfx or *.inx file).
•
<password>
is the password that is used to encrypt the file.
•
<salt value>
is the 8 bytes of a special key value that is combined with the
password. The format is 16 hexadecimal digits [0-9,A-F].
An example of this command is shown below:
openssl des3 -in
c:\temp\try_enc_conf.cfg
-out
c:\temp\try_enc_conf.cfx
-k
MyPassword123456
-S
0123456789ABCDEF
Notes:
•
You can choose any <salt value> – the device does not have to know
about it.
•
A password can be pre-configured in the device, using the following CLI
command:
conf set_obscure/rmt_config/password <password>
For example: tftp://1.2.3.4/file
•
You can also define the password in a configuration file that you download
from the server.
•
If you don’t define a password in the configuration file, a default password
is used. Different default passwords are defined per customer, according
to the config-file url hostname.
Summary of Contents for MP-26 series
Page 2: ......
Page 20: ...User s Manual 20 Document LTRT 23510 MP 26x MP 27x Multimedia Home Gateway Reader s Notes...
Page 26: ...User s Manual 26 Document LTRT 23510 MP 26x MP 27x Multimedia Home Gateway Reader s Notes...
Page 28: ...User s Manual 28 Document LTRT 23510 MP 26x MP 27x Multimedia Home Gateway Reader s Notes...
Page 42: ...Reader s Notes...
Page 68: ...User s Manual 68 Document LTRT 23510 MP 26x MP 27x Multimedia Home Gateway Reader s Notes...
Page 280: ...User s Manual 280 Document LTRT 23510 MP 26x MP 27x Multimedia Home Gateway Reader s Notes...
Page 340: ...User s Manual 340 Document LTRT 23510 MP 26x MP 27x Multimedia Home Gateway Reader s Notes...
Page 386: ...User s Manual 386 Document LTRT 23510 MP 26x MP 27x Multimedia Home Gateway Reader s Notes...
Page 388: ...Reader s Notes...
Page 390: ...User s Manual 390 Document LTRT 23510 MP 26x MP 27x Multimedia Home Gateway Reader s Notes...
Page 392: ...User s Manual 392 Document LTRT 23510 MP 26x MP 27x Multimedia Home Gateway Reader s Notes...
Page 420: ...User s Manual 420 Document LTRT 23510 MP 26x MP 27x Multimedia Home Gateway Reader s Notes...
Page 430: ...User s Manual 430 Document LTRT 23510 MP 26x MP 27x Multimedia Home Gateway Reader s Notes...
Page 442: ...User s Manual 442 Document LTRT 23510 MP 26x MP 27x Multimedia Home Gateway Reader s Notes...
Page 448: ...User s Manual 448 Document LTRT 23510 MP 26x MP 27x Multimedia Home Gateway Reader s Notes...
Page 450: ...User s Manual 450 Document LTRT 23510 MP 26x MP 27x Multimedia Home Gateway Reader s Notes...
Page 451: ...Part III Appendices...
Page 452: ...Reader s Notes...
Page 458: ...User s Manual 458 Document LTRT 23510 MP 26x MP 27x Multimedia Home Gateway Reader s Notes...