mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Fix local ca includes
This commit is contained in:
parent
2370327395
commit
25f8674106
@ -25,7 +25,7 @@ is located.
|
||||
|
||||
./brssl ta pki/ca.crt | sed -e '/br_x509/,+999 d' >local_ca_data.h
|
||||
|
||||
Then copy local_ca_data.h into the same directory as user_config_override.
|
||||
Then copy local_ca_data.h into directory include.
|
||||
|
||||
Add this line to user_config_override.h:
|
||||
|
||||
|
@ -25,7 +25,7 @@ is located.
|
||||
|
||||
./brssl ta pki/ca.crt | sed -e '1,/br_x509/ d' -e '/};/,+999 d' >local_ca_descriptor.h
|
||||
|
||||
Then copy local_ca_descriptor.h into the same directory as user_config_override.
|
||||
Then copy local_ca_descriptor.h into directory include.
|
||||
|
||||
Add this line to user_config_override.h:
|
||||
|
||||
|
@ -189,7 +189,7 @@ const br_x509_trust_anchor PROGMEM Tasmota_TA[] = {
|
||||
|
||||
|
||||
#if defined(INCLUDE_LOCAL_CERT)
|
||||
#include <local_ca_descriptor.h>
|
||||
#include <include/local_ca_descriptor.h>
|
||||
#endif
|
||||
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user