Skip to content

Commit 0597e57

Browse files
committed
python -m certifi
Make it print the location of the trust store.
1 parent 3989513 commit 0597e57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

certifi/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from certifi import where
2+
print(where())

0 commit comments

Comments
 (0)