Search found 1 match
- Fri Feb 12, 2021 2:30 pm
- Forum: General Q&A
- Topic: How to connect to an ssl server using the sntp protocol on ESP8266?
- Replies: 2
- Views: 921
Re: How to connect to an ssl server using the sntp protocol on ESP8266?
You need to mlaunch openssl then you need to enter the following command genrsa -out key.txt 1024 rsa -in key.txt -out key.txt req -sha256 -new -nodes -key key.txt -out cert.csr -subj '/C=RO/ST=B/L=Bucharest/O=OneTransistor [RO]/OU=OneTransistor/CN=esp8266.local' -addext subjectAltName=DNS:esp8266.l...