This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
signpdf.properties
46 lines (38 loc) · 1.7 KB
/
signpdf.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
##########################################################
# CUSTOMER used to identify to AIS (provided by Swisscom)
##########################################################
CUSTOMER=<YourCustomerName>
KEY_STATIC=<YourStaticKeyID>
KEY_ONDEMAND=<YourOnDemandID>
##########################################################
# Certificate related configurations
# (The path is relative unless full path is specified)
##########################################################
# SSL Public Certificate file to access the AIS service
CERT_FILE=mycert.crt
# SSL Private Key file to access the AIS service
# WARNING: Be sure to protect this file from unauthorized access!
CERT_KEY=mycert.key
# Root CA Certificate bag file to validate the certificates
SSL_CA=ais-ca-ssl.crt
##########################################################
# Connection configuration
##########################################################
# Timeout of the client socket connection
TIMEOUT_CON=90
# AIS Service Endpoint
URL=https://ais.swisscom.com/AIS-Server/ws
##########################################################
# Signature configuration
##########################################################
# Digest method (SHA256, SHA384, SHA512)
DIGEST_METHOD=SHA256
##########################################################
# Asynchronous request timeout configuration
# (Server Timeout for on-demand with MID is 180 seconds)
# (It's recommended to increase these values if using PwdOTP as step-up method)
##########################################################
# Polling interval for asynchronous requests in milliseconds (default is 1000)
POLLING_INTERVAL=18000
# Maximum number of retries for asynchronous requests (default is 10)
POLL_RETRIES=10