Skip to content

Commit 956c94d

Browse files
committed
Enable tls credential shell
Getting weird results on the ESP32-S3 though: ```plaintext uart:~$ cred list 1001,CA,ERROR,-134 1002,CA,ERROR,-134 1003,CA,ERROR,-134 ```
1 parent b2e0f4c commit 956c94d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

prj.conf

+5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ CONFIG_MBEDTLS_MEMORY_DEBUG=y
6565
CONFIG_MBEDTLS_SHELL=y
6666
CONFIG_MBEDTLS_AES_ROM_TABLES=y
6767

68+
# Credential shell, useful for debug
69+
CONFIG_TLS_CREDENTIALS_SHELL=y
70+
# Required for TLS crediential shell
71+
CONFIG_BASE64=y
72+
6873
# More verbose Memfault component logs
6974
CONFIG_MEMFAULT_LOG_LEVEL_DBG=y
7075

0 commit comments

Comments
 (0)