@edgible-team/sdk
    Preparing search index...

    Function derB64ToPem

    • Wrap the base64 DER of a certificate into a PEM certificate block (64-char lines). The device reports — and the grant carries — the leaf as base64 DER; Node's tls/https ca option wants PEM (or a DER Buffer), so convert.

      Parameters

      • derB64: string

      Returns string