File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,13 @@ CONFIG_NET_L2_WIFI_SHELL=y
41
41
CONFIG_MEMFAULT=y
42
42
CONFIG_MEMFAULT_LOGGING_ENABLE=y
43
43
CONFIG_MEMFAULT_HTTP_ENABLE=y
44
- CONFIG_MEMFAULT_TLS_CERTS_USE_DER=y
45
44
CONFIG_MEMFAULT_HTTP_PERIODIC_UPLOAD=y
46
45
46
+ # Using the DER format certs saves code and memory. To use PEM instead, swap
47
+ # the comments on the following two lines.
48
+ CONFIG_MEMFAULT_TLS_CERTS_USE_DER=y
49
+ # CONFIG_MBEDTLS_PEM_CERTIFICATE_FORMAT=y
50
+
47
51
# Additional network configuration for Memfault features
48
52
CONFIG_DNS_RESOLVER=y
49
53
CONFIG_NET_SOCKETS=y
@@ -60,6 +64,9 @@ CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=4096
60
64
CONFIG_MBEDTLS_MEMORY_DEBUG=y
61
65
CONFIG_MBEDTLS_SHELL=y
62
66
67
+ CONFIG_BASE64=y
68
+ CONFIG_TLS_CREDENTIALS_SHELL=y
69
+
63
70
# More verbose Memfault component logs
64
71
CONFIG_MEMFAULT_LOG_LEVEL_DBG=y
65
72
You can’t perform that action at this time.
0 commit comments