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.
tls
https
ca
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/httpscaoption wants PEM (or a DER Buffer), so convert.