The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_MBEDTLS_PEM_CERTIFICATE_FORMAT

Enable support for PEM certificate format

Type: bool

Help

By default only DER (binary) format of certificates is supported. Enable this option to enable support for PEM format.

Direct dependencies

MBEDTLS_BUILTIN && MBEDTLS_CFG_FILE = “config-tls-generic.h” && MBEDTLS

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At ext/lib/crypto/mbedtls/Kconfig.tls-generic:268

Included via Kconfig:10Kconfig.zephyr:41ext/Kconfig:13ext/lib/crypto/Kconfig:10ext/lib/crypto/mbedtls/Kconfig:56

Menu path: (top menu) → External Sources → Cryptography → mbedTLS Support → TLS configuration

config MBEDTLS_PEM_CERTIFICATE_FORMAT
    bool
    prompt "Enable support for PEM certificate format" if MBEDTLS_BUILTIN && MBEDTLS_CFG_FILE = "config-tls-generic.h" && MBEDTLS
    depends on MBEDTLS_BUILTIN && MBEDTLS_CFG_FILE = "config-tls-generic.h" && MBEDTLS
    help
      By default only DER (binary) format of certificates is supported. Enable
      this option to enable support for PEM format.

(Definitions include propagated dependencies, including from if’s and menus.)