Your Best Freind
Кто-нибудь знает как установить сертификат в charles на убунту? Через help ->ssl proxy-> install charles root certificate не получается: не удалось открыть.
Ubuntu/Debian allows you to install extra root certificates via the /usr/local/share/ca-certificates directory. To install your own root authority certificate copy your root certificate to /usr/local/share/ca-certificates. Make sure the file has the .crt extension. so rename it when necessary.
After you copied your certificate to the /usr/local/share/ca-certificates folder you need to refresh the installed certificates and hashes. Within ubuntu/debian you can perform this action via one command:
sudo update-ca-certificates
You will notice that the command reports it has installed one (or more) new certificate. The certificate has been added to the Operating System and signed certificates will be trusted.
To remove the certificate, just remove it from /usr/local/share/ca-certificates and run
sudo update-ca-certificates --fresh