certhash is not used either at the moment

This commit is contained in:
Johann Broudin 2014-03-14 13:35:09 +01:00 committed by Romain Bignon
commit 3a2bd9754f

View file

@ -43,9 +43,9 @@ class CmbBackend(BaseBackend, ICapBank):
EMAIL = 'Johann.Broudin@6-8.fr' EMAIL = 'Johann.Broudin@6-8.fr'
VERSION = '0.i' VERSION = '0.i'
LICENSE = 'AGPLv3+' LICENSE = 'AGPLv3+'
AUTH_CERT = os.path.dirname(__file__) # AUTH_CERT and CERTHASH are not used anymore at the moment
AUTH_CERT += '/Verisign_Class_3_Public_Primary_Certification_Authority.pem' # AUTH_CERT = os.path.dirname(__file__)
# CERTHASH is not used anymore # AUTH_CERT += '/Verisign_Class_3_Public_Primary_Certification_Authority.pem'
# CERTHASH = '684d79eb02f59497b5a9c5dcc4c26db1ee637db12f29d703fdf6a80aafef892d' # CERTHASH = '684d79eb02f59497b5a9c5dcc4c26db1ee637db12f29d703fdf6a80aafef892d'
DESCRIPTION = u'Crédit Mutuel de Bretagne' DESCRIPTION = u'Crédit Mutuel de Bretagne'
CONFIG = BackendConfig( CONFIG = BackendConfig(