Settings: tsa
The settings for the time stamp authority (TSA) service.
The optional time stamp authority (TSA) service that is used to create a reliable timestamp for the signature. If no service is specified, the local time of the signoSign/Universal server is used.
User name and password are used for the basic authentication. An SSL authentication via certificate (SSL peer authentication) should be set centrally via the security settings of JVM via system property javax.net.ssl.keyStore
.
The following settings are possible in settings.properties with the prefix “tsa.”
tsa.host
Description | The URL of the TSA service. |
Possible values | HTTP URL |
Default value | - |
tsa.user
Description | The optional user name for basic authentication at the service. |
Possible values | Any string of characters. |
Default value | - |
tsa.password
Description | The password for basic authentication. |
Possible values | Any string of characters. |
Default value | - |