feostech / iot-network-security

0 stars 0 forks source link

Add support for SSL/TLS to Hello Server #2

Closed raashidmuhammed closed 6 months ago

raashidmuhammed commented 7 months ago
  1. Learn about ESP8266 and server communication as mentioned in https://randomnerdtutorials.com/esp32-esp8266-https-ssl-tls/
  2. Learn about Basic TLS handshake
  3. Study about openssl commnad in linux and how it is used to create certificate and private key.