AnanthVivekanand / spotify-adblock

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

Macos Certificate Signing Permanance #30

Open mayurankv opened 3 years ago

mayurankv commented 3 years ago

Hi, I'm running this on macos and everytime I log on I have to reauthenticate the certificate. Is this expected behaviour? (Using: sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain certs/certs/ca.crt)

Thanks!

mayurankv commented 3 years ago

Quick update, I've checked in keycahin access and running the command seems to create a certificate that expires in 15 minutes (I believe)

AnanthVivekanand commented 3 years ago

I could not reproduce. I started with a fresh clone and Keychain Access shows a certificate that will expire in exactly 10 years from now.

image