package
0.0.0-20241106095227-9e0db82222dc
Repository: https://github.com/arduino/uno-r4-wifi-fwuploader-plugin.git
Documentation: pkg.go.dev

# 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..