AnanthVivekanand / spotify-adblock

Blocking ads on desktop Spotify, crazy code ahead
GNU General Public License v3.0
273 stars 31 forks source link

MITM Certificate on Arch Linux #59

Open appleplectic opened 2 years ago

appleplectic commented 2 years ago

How would I go about trusting the certs/certs/ca.crt file on Arch Linux? All I've come across is how to do it on Debian. I need this for MITM.

I've tried copying this file to /etc/ca-certificates (and most of its subdirectories), /usr/local/share/ca-certificates (didn't exist), etc., to no avail.

I've tried to update it using update-ca-trust and update-ca-trust extract, but these don't work.

Also, could you please document in the README how to do this, as there is only instructions for macOS.

AnanthVivekanand commented 2 years ago

Perhaps this may help? https://wiki.archlinux.org/title/User:Grawity/Adding_a_trusted_CA_certificate

I don't have a Linux machine to test on at the moment.

appleplectic commented 2 years ago

No dice. I've tried that, but it doesn't work.

NeoHBz commented 2 years ago

No dice. I've tried that, but it doesn't work.

did you find any workaround? here's my issue on the same topic.