Added how to use DNF from behind a proxy

This commit is contained in:
Michele Cereda
2022-10-07 10:20:25 +02:00
parent be7360a9bb
commit 41fbd608f4

View File

@@ -34,8 +34,16 @@ sudo systemctl start zfs-fuse.service
sudo zpool import -a
```
## Use DNF from behind a proxy
Either:
- add the line `sslverify=0` to `/etc/dnf/dnf.conf`; **not suggested**, but a quick fix
- add the proxie's certificate, in PEM format, to the `/etc/pki/ca-trust/source/anchors/` folder and then run `sudo update-ca-trust`.
## Sources
- [RPM fusion configuration]
- [DNF update from behind SSL inspection proxy]
[dnf update from behind ssl inspection proxy]: https://molo76.github.io/2017/07/04/dnf-update-behind-ssl-inspection-proxy.html
[rpm fusion configuration]: https://rpmfusion.org/Configuration