Skip to content

Commit d6905a7

Browse files
committed
Use secure roots by default.
1 parent e62c737 commit d6905a7

File tree

2 files changed

+498
-156
lines changed

2 files changed

+498
-156
lines changed

certifi/core.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@ def where():
1515

1616
return os.path.join(f, 'cacert.pem')
1717

18+
19+
def old_where():
20+
f = os.path.split(__file__)[0]
21+
return os.path.join(f, 'weak.pem')
22+
1823
if __name__ == '__main__':
1924
print(where())

0 commit comments

Comments
 (0)