If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.
Property:docsiscertdefaults (chipcmd)
BoxMatrix >> Shell-Commands >> docsiscertdefaults (chipcmd) | @ BoxMatrix - IRC-Chat - Translate: de es fr it nl pl |
News | Selectors | Models | Accessories | Components | Environment | Config | Commands | System | Webif | Software | Develop | Lexicon | Community | Project | Media |
Startup-Scr | Hotplug-Scr | BusyBox-Cmds | Bash-Cmds | AVM-Cmds | Chipset-Cmds | Linux-Cmds | Shared-Libs | Kernel-Mods | Research |
Name-Collision - multiple objects in this wiki use the name docsiscertdefaults!
|
Chipset-Command
Command: | docsiscertdefaults (chipcmd) - type Exec | Wiki | Freetz | IPPF | whmf | AVM | Web |
Location: | Shell-Commands >> Chipset-Commands - Origin: Puma | ||||||
Path: | Release: /bin Lab+Rel: /bin | ||||||
Properties: | Size: 1.7k - Firmware: 6.50 - 7.57 | ||||||
Function: | Cable modem certificate updater for Puma5 and Puma6 models. |
Goto: Dependencies - Model-Matrix - Symbols - SMW-Browser
Details
docsiscertdefaults is a cable modem certificate updater script for the ARM side of Puma5 and Puma6 models.
It copies the cable modem and manufacturer certificates and keys from the Bootloader to the nvram.
The same script is also part of the firmware, see docsiscertdefaults (firmw).
Simplified from fw 7.39 - all error and already exists checks removed for readability:
# check the presence of ZERTIFIKATE in config if test -e /proc/sys/urlader/config && grep -q ZERTIFIKATE < /proc/sys/urlader/config ; then # get urladercerts.tar.gz from bootloader echo ZERTIFIKATE /var/tmp/urladercerts.tar.gz > /proc/sys/urlader/config # unpack urladercerts.tar.gz to /var/tmp if gunzip -d < /var/tmp/urladercerts.tar.gz | tar -xf - -C /var/tmp ; then # create /nvram/1/security/download mkdir -p /nvram/1/security/download # process cable modem and manufacturer certificates and keys for i in cm_cert.cer cm_key_prv.bin mfg_cert.cer mfg_key_pub.bin ; do # copy the file cp /var/tmp/$i /nvram/1/security/download/$i # symlink the file ln -sf /nvram/1/security/download/$i /nvram/1/security/$i done fi fi
Dependencies
Daily updated index of all dependencies of this command. Last update: 2024-11-15 07:53 GMT.
A *
in the Mod
column marks info from Supportdata-Probes, which will always stay incomplete.
Relation | Typ | Object | Mod | Firmware | Info | Origin |
---|---|---|---|---|---|---|
0 dependencies for this command |
Model-Matrix
Daily updated index of the presence, path and size of this command for each model. Last update: 2024-11-15 05:53 GMT.
Showing all models using this command. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom/rtl)
label in the Model
column shows which CPU is meant for Multi-Linux models.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.
Model | Firmware | Path | Size |
---|---|---|---|
FRITZ!Box 6360 Cable | 6.51 | /bin | 1.7k |
FRITZ!Box 6430 Cable (arm) | 6.84 - 7.29 | /bin | 1.7k |
FRITZ!Box 6490 Cable (arm) | 6.50 - 7.51 | /bin | 1.7k |
FRITZ!Box 6590 Cable (arm) | 6.83 - 7.57 | /bin | 1.7k |
4 models use this command |
Symbols
Daily updated index of all symbols of this command. Last update: 2024-11-15 07:53 GMT.
Firmware | Symbol |
---|---|
0 symbols for this command |