You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the discussion on #3933 I started looking at making it easier to handle CA Certificates.
My thinking is to add a new function to the axtls library that would return the name of the certificate that needs to be loaded using ca_cert_dn from the last cert in the chain. Then use that to load data either from SPIFFS or PROGMEM.
Has anyone looked at this or something similar? Thoughts?
The text was updated successfully, but these errors were encountered:
After the discussion on #3933 I started looking at making it easier to handle CA Certificates.
My thinking is to add a new function to the axtls library that would return the name of the certificate that needs to be loaded using ca_cert_dn from the last cert in the chain. Then use that to load data either from SPIFFS or PROGMEM.
Has anyone looked at this or something similar? Thoughts?
The text was updated successfully, but these errors were encountered: