Skip to content

Commit

Permalink
#1374 extend ssl setup instruction for the hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
doom369 committed Sep 28, 2020
1 parent 55ff597 commit 90f5e08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ Available server options:
server.ssl.cert=./server_embedded.crt
server.ssl.key=./server_embedded.pem
server.ssl.key.pass=pupkin123
**Note**: if you use Let's Encrypt certificates you'll have to add ```#define BLYNK_SSL_USE_LETSENCRYPT``` before ```#include <BlynkSimpleEsp8266_SSL.h>``` in the Arduino Sketch for your hardware.
+ User profiles folder. Folder in which all users profiles will be stored. By default System.getProperty("java.io.tmpdir")/blynk used. Will be created if not exists
Expand Down

0 comments on commit 90f5e08

Please sign in to comment.