set CERTHASH const on most bank modules and others

This commit is contained in:
Romain Bignon 2012-09-01 13:38:08 +02:00
commit dde19633d3
13 changed files with 15 additions and 5 deletions

View file

@ -31,6 +31,7 @@ __all__ = ['CaisseEpargne']
class CaisseEpargne(BaseBrowser):
DOMAIN = 'caisse-epargne.fr'
PROTOCOL = 'https'
CERTHASH = '165faeb5bd1bad22bf52029e3c09bf540199402a1fa70aa19e9d5f92d562ff69'
PAGES = {'https://[^/]+.caisse-epargne.fr/particuliers/ind_pauthpopup.aspx.*': LoginPage,
'https://[^/]+.caisse-epargne.fr/Portail.aspx': IndexPage,
}