summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/ussl.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/ussl.rst')
-rw-r--r--docs/library/ussl.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/library/ussl.rst b/docs/library/ussl.rst
index 9e97fac502..ce9fd01e27 100644
--- a/docs/library/ussl.rst
+++ b/docs/library/ussl.rst
@@ -31,6 +31,11 @@ Functions
- The certificate to authenticate ourselves goes in: **'/flash/cert/cert.pem'**
- The key for our own certificate goes in: **'/flash/cert/private.key'**
+ .. note::
+
+ When these files are stored, they are placed inside the internal **hidden** file system
+ (just like firmware updates), and therefore they are never visible.
+
For instance to connect to the Blynk servers using certificates, take the file ``ca.pem`` located
in the `blynk examples folder <https://github.com/wipy/wipy/tree/master/examples/blynk>`_
and put it in '/flash/cert/'. Then do::