Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
6091d526
Unverified
Commit
6091d526
authored
Oct 06, 2023
by
Ben Lye
Committed by
GitHub
Oct 06, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken link (#8441)
Fix the link to the certificate bundle instructions.
parent
1da0ca88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libraries/WiFiClientSecure/README.md
libraries/WiFiClientSecure/README.md
+1
-1
No files found.
libraries/WiFiClientSecure/README.md
View file @
6091d526
...
@@ -34,7 +34,7 @@ certificate for a given server. This allows the client to connect to all public
...
@@ -34,7 +34,7 @@ certificate for a given server. This allows the client to connect to all public
To use this feature in PlatformIO:
To use this feature in PlatformIO:
1.
create a certificate bundle as described in the document below, or obtain a pre-built one you trust:
1.
create a certificate bundle as described in the document below, or obtain a pre-built one you trust:
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/protocols/esp_crt_bundle.htm
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/protocols/esp_crt_bundle.htm
l
(gen_crt_bundle.py can be found in the /tools folder)
(gen_crt_bundle.py can be found in the /tools folder)
a. note: the full bundle will take up around 64k of flash space, but has minimal RAM usage, as only
a. note: the full bundle will take up around 64k of flash space, but has minimal RAM usage, as only
the index of the certificates is kept in RAM
the index of the certificates is kept in RAM
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment