Can i install and use .pem (certificate ) file after flash esp32?
Posted: Thu May 23, 2024 4:06 pm
Hello ,
I hope everybody is fine.
Sorry, I need help.
I focused the mqtt ssl example project been ready in esp-idf . However I can see I must add .pem file before compile and I must add target_add_binary_data command in CMake file.
However,I want to change .pem(certificate) file when i want it after device is ready to work.
Is it possible ?
If it is possible, I think that i must use file server. However , how it chose file and install without need compile again ? Can it embed .pem file through restart or any way but still if is necessary, after i add .pem file in file server in ESP32?
Can any body help me about this idea?
thanks already...
I hope everybody is fine.
Sorry, I need help.
I focused the mqtt ssl example project been ready in esp-idf . However I can see I must add .pem file before compile and I must add target_add_binary_data command in CMake file.
However,I want to change .pem(certificate) file when i want it after device is ready to work.
Is it possible ?
If it is possible, I think that i must use file server. However , how it chose file and install without need compile again ? Can it embed .pem file through restart or any way but still if is necessary, after i add .pem file in file server in ESP32?
Can any body help me about this idea?
thanks already...