Use /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
- https://fedoraproject.org/wiki/Changes/dropingOfCertPemFile
This commit is contained in:
parent
5802dc6818
commit
c61c7b352c
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ index 70e0c3b..eaf4210 100644
|
|||
|
||||
+# The RPM-packaged certifi always uses the system certificates
|
||||
+def where() -> str:
|
||||
+ return '/etc/pki/tls/certs/ca-bundle.crt'
|
||||
+ return '/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem'
|
||||
|
||||
-if sys.version_info >= (3, 11):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue