# Functions
PemToCrt ESP32 x509 certificate bundle generation utility
Converts PEM and DER certificates to a custom bundle format which stores just the subject name and public key to reduce space
The bundle will have the format: number of certificates; crt 1 subject name length; crt 1 public key length; crt 1 subject name; crt 1 public key; crt 2..