timestamp: add new timestamp provider fedict

This commit is contained in:
Benjamin Dauvergne 2013-10-31 11:52:02 +01:00
parent 060d7cc175
commit aa8ceb207b
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ PROVIDERS = {
'url': 'http://time.certum.pl',
'certificate': file(os.path.join(os.path.dirname(__file__), 'certum_certificate.crt')).read(),
},
'fedict': {
'url': 'http://tsa.belgium.be/connect',
'certificate': file(os.path.join(os.path.dirname(__file__), 'fedict.crt')).read(),
},
'e_szigno': {
'url': 'https://teszt.e-szigno.hu:440/tsa',
'certificate': file(os.path.join(os.path.dirname(__file__), 'e_szigno_test_tsa2.crt')).read(),