Copying certificate file to flash/cert/

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
protein_sheikh
Posts: 3
Joined: Mon Aug 13, 2018 10:57 am

Copying certificate file to flash/cert/

Post by protein_sheikh » Thu Dec 06, 2018 8:14 pm

hi,
i am trying to connect to a server over a secured connection using ssl. As this link suggests,
https://docs.micropython.org/en/v1.8/es ... /ussl.html
I have to copy files to the internal flash folder
Such certificates must be stored as files using the FTP server, and they must be placed in specific paths with specific names.
my question is, how do i do that?

Please help. i am stuck.

tomm2
Posts: 6
Joined: Thu Mar 23, 2017 4:32 pm

Re: Copying certificate file to flash/cert/

Post by tomm2 » Fri Dec 28, 2018 11:03 am

Use ampy

Post Reply