How "ca-bundle.crt" ended up in my documents folder?

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
simon.schvartzman
Posts: 641
Joined: Tue Jul 29, 2014 12:52 am
Location: Brazil

How "ca-bundle.crt" ended up in my documents folder?

Post by simon.schvartzman » Wed Jun 12, 2019 3:39 pm

Hi all, I have this App that temporarily stores files on the mobile specialFolderPath("documents") looking at its contents (when dealing with a customer problem) I found there is a file in Android called "ca-bundle.crt" that doesn't appear on iOS.

Question #1: Where does it come from?
Question #2: What is it?
Question #3: Do I need it or can be removed?
Question #4: If it can be removed, how?

Any hint will be greatly appreciated.

Thanks
Simon
________________________________________
To ";" or not to ";" that is the question

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7233
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: How "ca-bundle.crt" ended up in my documents folder?

Post by jacque » Thu Jun 13, 2019 5:40 pm

It looks like a security certificate. I'm not sure what your app does but I'd leave it there. If you are signing the app with your own key it may be related to that.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

simon.schvartzman
Posts: 641
Joined: Tue Jul 29, 2014 12:52 am
Location: Brazil

Re: How "ca-bundle.crt" ended up in my documents folder?

Post by simon.schvartzman » Thu Jun 13, 2019 6:07 pm

Thanks Jacque, as a matter of fact I'm signing the app with my own key in Android and that would explain why it doesn't appear on iOS.

Mystery solved...

Saludos!
Simon
________________________________________
To ";" or not to ";" that is the question

Post Reply

Return to “Talking LiveCode”