Echo & Alexa Forums

General Category => Alexa Software Development & Technical Discussion => Topic started by: gehapehobu on March 11, 2018, 09:28:58 am

Title: How add root certificate to Echo
Post by: gehapehobu on March 11, 2018, 09:28:58 am
Hello All,

I am trying to add mitm proxy root certificate to Amazon Echo, the location of certificate storage is /etc/ssl/certs/ca-certificates.crt

However this file is read only file system, I get below error when i tried to rename the file.

mv: can't rename 'ca-certificates.crt': Read-only file system

Is there a way to add my root certificate on Amazon Echo?

Thank you.
Title: Re: How add root certificate to Echo
Post by: asianrocker on March 13, 2018, 05:52:56 pm
Is there a reason why you want to do this? The solution is to make the file or dir writable. I hope you know how to do that. LOL. Hint, they use Linux right?