This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ttaFM.properties
57 lines (48 loc) · 1.52 KB
/
ttaFM.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#configuration to connect to dns
dnsConfigured=true
dnsURL=https://lightest.tta.es/names
token_file=../lightest/dnsToken
dns_uri_record_target=true
#configuration of fileStorage (json)
db_installed=false
file-storage-dir=../lightest/fileStorage
#configuration of DB connector
#name of the data base
mongo-db-name=lightest
#name of the collection for Agreements, used to store information obtained by TTaApi
agreement-collection=agreements
#name of the collection for TSL, used to store information obtained by TestProviderFeedingApi
scheme-collection=schemes
#port where mongo db is waiting for connections
db_port=25555
#ur or IP address of the mongo db
db_url=127.0.0.1
#pwd of the mongo database
mongo-db-pwd=
#user of the mongo database
mongo-db-user=
#configuration of fileServer (xml and tpl)
#file server properties
one_file_per_scheme=true
file-server-dir=../lightest/tta/files/
fileServerURL=http://tta-lightest.eu:8080/ttafiles
sign=true
#signing properties
pkcsfile=../lightest/tta.pfx
pkcspwd=
#XAdES_BASELINE_LTA, XAdES_BASELINE_LT, XAdES_BASELINE_T, XAdES_BASELINE_B,
xml_signature_level=XAdES_BASELINE_LT
#PKCS12
xml_token_type=PKCS12
#ENVELOPED, ENVELOPING, DETACHED
xml_signature_packaging=ENVELOPED
#SHA1, SHA224, SHA256, SHA384, SHA512
xml_digest_algorithm=SHA512
#CAdES_BASELINE_LTA, CAdES_BASELINE_LT, CAdES_BASELINE_T, CAdES_BASELINE_B
tpl_signature_level=CAdES_BASELINE_LT
#PKCS12
tpl_token_type=PKCS12
#ENVELOPING, DETACHED
tpl_signature_packaging=ENVELOPING
##SHA1, SHA224, SHA256, SHA384, SHA512
tpl_digest_algorithm=SHA512