certhash is not used either at the moment
This commit is contained in:
parent
05978d8d77
commit
3a2bd9754f
1 changed files with 3 additions and 3 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue