Tools to easily get the CERTHASH

This commit is contained in:
Laurent Bachelier 2013-07-23 13:38:26 +02:00
commit db9f2d6d73
2 changed files with 11 additions and 2 deletions

5
tools/certhash.py Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env python
import sys
from weboob.tools.browser import StandardBrowser
print StandardBrowser()._certhash(sys.argv[1])