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.

0
U

Property:docsiscertdefaults (firmw)

From BoxMatrix


BoxMatrix >> Configuration >> docsiscertdefaults (firmw) @ 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

Static-Config Bin-Files Audio-Files Crypto-Files Vartar-Items PCD-Rules TFFS-Config Temp-Files Data-Dirs Inet-Providers VoIP-Providers Firmware Research

Info
  
Name-Collision - multiple objects in this wiki use the name docsiscertdefaults!
docsiscertdefaults (chipcmd) Cable modem certificate updater for Puma5 and Puma6 models.
docsiscertdefaults (firmw) Cable modem certificate updater for Puma5 and Puma6 models.

Firmware-File

This file is part of a firmware update image. It's only present at the specified path during the update.

Goto:   Model-Matrix   -   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 built into the rootfs of the ARM side, see docsiscertdefaults (chipcmd).

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

Model-Matrix

Daily updated index of the presence, path and size of this file for each model. Last update: 2024-05-20 05:00 GMT.
Showing all models using this file. Click any column header (click-wait-click) to sort the list by the respective data.
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 /var 1.7k
FRITZ!Box 6430 Cable 6.84 - 7.29 /var 1.7k
FRITZ!Box 6490 Cable 6.51 - 7.51 /var 1.7k
FRITZ!Box 6590 Cable 6.83 - 7.57 /var 1.7k
4 models use this file

SMW-Browser

Information is currently being retrieved from the backend.