1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-07 00:04:36 +03:00

SSL examples: updates (#8643)

Simplify SSL+ethernet example, reuse/include WiFi example
This commit is contained in:
david gauchard
2022-07-27 23:47:10 +02:00
committed by GitHub
parent e2a36ed6c2
commit 646bdfc060
7 changed files with 107 additions and 297 deletions

View File

@@ -1,2 +1,2 @@
cd ${0%/*} 2>/dev/null
python3 ../../../../tools/cert.py -s www.gitlab.com -n gitlab > certs.h
python3 ../../../../tools/cert.py -s www.example.com -n SSL > certs.h