Tried many things but this module is not working for me.
But I observed a strange thing with this module:
- Use Termux and run ls -laZ /apex/com.android.conscrypt/cacerts
- See user certificate is present
- Open a File Explorer (tested with Material Files and AppManager's internal feature) and go to the same PATH
- User certificate is not there
Checking proprieties of Selinux Context shows
- with Termux: u:object_r:tmpfs:s0
- with file Explorer: u:object_r:system_security_cacerts_file:s0
This is like an evidence that the directory is not correctly mounted and shows 2 different paths, I think.