f) Configuration file

Frigg and braga use a configuration file (config.ini) with which is loaded at startup.

Format

Braga and Frigg both use a versatile configuration file based on the windows ini format. The config file contains the following sections:

[default]

[dev]

[stage]

[live]

Properties are mapped as strings: key=value. All values are first searched in the vm security properties.

The values in the default section are used as base values when no values are found in dev, stage or live. The stage and live sections are used according to the ip mappings contained in the default section:

stage_ips=192.168.4.55|192.168.5.55|192.168.5.56|192.168.5.57
live_ips=172.31.0.0/16|172.30.0.0/16

Dev is used when the IP does not match any stage or live server.

Ips are separted by | and ranges can be defined with /

A section (stage or live) for a specific IP can be defined as:

[stage:192.168.4.55]

The values here override the values in the respective section.

Loading

The config file resides in com.stepover.frigg.util, filename is config.ini. If a file named myconfig.ini is present this is taken instead (this can be used during development). A root config file can be set by setting a Java system property: so_config_ini pointing to a file per absolute path or url. A root config can also be placed somewhere on the classpath.  The values in this root config override any values set in a config at com.stepover.frigg.util.

Audittrail

Audittrail configuration is only necessary for braga except for audit_active.

keyexampledescriptionfriggbraga
audit_activetrueactivates the audittrail feature, default falseX

audit_report_documentPageNumberField

9Number of the text field of the template where the page number will be written
X

audit_report_documentTotalFieldsForTrails

8Number of fields in the document template to show audit trails
X

audit_report_envelopePageNumberField

15Number of the text field of the envelope template where the page number will be written
X

audit_report_envelopeTotalFieldsForTrails

14Number of fields in the envelope overview template to show the audit trails
X

audit_report_name_of_signer

the webSignatureOffice system

The name of the signer of the audit report
X

audit_report_servername_to_show

webso

To show the name of the server which generated the audit report
X

audit_report_signature_image_file_path

/var/data/audit/auditReportSignatureImage.bmp

In the Audit report, there is an image for the signature, give the path of the signature file here
X

audit_report_signature_image_x_location

420

The X location of the 1st page of the report where you want to show the signature image
X

audit_report_signature_image_y_location

750The Y location of the 1st page of the report where you want to show the signature image
X

audit_report_template_envelop_overview_de

/var/data/audit/StepOverInternational_envelope_overview_template_de.pdf

This template will be used to for envelope audit report's overview page for DE locale
X

audit_report_template_envelop_overview_en

/var/data/audit/StepOverInternational_envelope_overview_template_en.pdf

This template will be used to for envelope audit report's overview page for EN locale
X

audit_report_template_page_de

/var/data/audit/StepOverInternational_document_de.pdf

This template will be used to generate audit report in DE locale
X

audit_report_template_page_en

/var/data/audit/StepOverInternational_document_en.pdf

This template will be used to generate audit report in EN locale
X

Adhoc-Viewer / Capture Function

When selecting "smartphone/tablet" (signature type 4) the adhoc-viewer is used, when the qr-code is scanned or the link in the sms or pop-up window is opened. Capture function (QR code scan)

keyexampledescriptionfriggbraga
adhoc_html_signer_onlytruetrue or false, determines if adhoc viewer (QR code scanned) can be signed exclusively with the HTML Signer (default true)X
adhoc_length10the character length of the adhoc code (default ist 10)X
adhoc_lifetime_minutes15defines the validity period of the adhoc code or a generated QR Code (default is 5 minutes)X
atmosphere_fallback_transportstreamingdefines the fallback transport type for the message transfer (message broker).
Valid types are "polling", "long-polling", "streaming", "jsonp", "sse" and "websocket". Default type is long-polling, specification in config.ini without quotes
X
atmosphere_idle_time2maximum time in minutes that an atmosphere connection can be idle before it is closed (default 5)X
atmosphere_servlethttps://127.0.0.1:8443/atmosphereServletthe url for the atmosphere servlet used by the adhoc functionalityX
atmosphere_suspend_time30maximum time that an atmosphere connection is kept alive (default 10)X
atmosphere_transportlong-pollingdefines the transport type for the message transfer (message broker).
Valid types are "polling", "long-polling", "streaming", "jsonp", "sse" and "websocket". Default type is streaming, specification in config.ini without quotes
X
jms_jndi_factoryatmosphereFactorythe jms broadcaster factory jndi nameX
jms_jndi_namespacejava:comp/env/jms/the namespace used for the jndi lookup of the jms components X
jms_jndi_topic
the name of the topic created on the jms broadcaster for the adhoc code messaging

jms_topicatmospherethe name of the topic created on the jms broadcaster for the adhoc code messagingX
qr_code_hostlocalhost:3000host and port of the qrcode urlX
qr_code_servlet_path/processPath to the servlet of the QR-Code

qr_code_path/qrcodepath/path of the qrcode urlX
rabibtmq_port5672the port of the rabbitmq server (default 5672)

rabbitmq_server192.168.4.55the IP or hostname of the rabbittmq server used by the adhoc functionality (message broker)X

URLs

The configured URLs are used to construct the links for emails or browser redirects

keyexampledescriptionfriggbraga
acceptContactUrlhttps://host/frigg/login/#/contactsthe url for accepting contact requests (Contact page)X
invitationUrlhttps://host/frigg/Registration.htmlthe url for user registration and invitationX
loginUrlhttps://www.websignatureoffice.com/Login.htmlthe login url (used for redirecting)X
passwordResetUrlhttps://host/frigg/PasswordReset.htmlthe url for the password reset pageX
signatureRequestUrlhttps://host/frigg/login/#signature_requestthe url for signature requestsX
verificationUrlhttps://host/frigg/Verification.htmlthe url for the verification pageX

Database

keyexampledescriptionfriggbraga
database_host192.168.5.57the database host (IP or hostname)XX
database_jndijava:comp/env/jdbc/FriggDbthe jndi database sourceXX
database_masterfrigg_masterName of the master database, which manages sequences and tenants in multitenant mode. Default: frigg_masterXX
database_migrate

true/false

true or false. If true, flyway database management is activatedX
database_namefriggthe database schema nameXX
database_passwordkjssdduiwe832//6?!the database passwordXX
database_port
1521the database portXX
database_service_name 
FRIGGthe database service name (for Oracle connection)XX
database_sid
xethe database SID (for Oracle connection)XX
database_typemysqlmysql or oracle, the database type (default mysql)XX
database_userdbuserthe database userXX
db_pool_max_wait_millis5000specifies the maximum time in milliseconds that the connection pool should wait for a connection to be returned before throwing an exception. The default value is 5000.XX
db_pool_max_total100specifies the maximum number of connections that the database pool can have simultaneously open. The default is 100.XX
db_pool_max_idle20specifies the maximum number of idle database connections to be maintained in the pool at any given time. The default value is 20.XX
db_pool_min_idle5specifies the minimum number of idle connections that should be maintained in the connection pool. This property is used to ensure that a sufficient number of connections are available in the pool at all times. Default is 5.XX
db_pool_max_conn_lifetime_millis600000specifies the maximum lifetime of a database connection in the connection pool. Default is 60000.XX
deactivate_db_pingtruetrue or false, deactivates validation check for the db connection (default false)XX
storage_db_init_directory



Email, SMS, postal Mail

For additional Email configuration see i) Email Configuration

SMS provider is www.massenversand.de . The sms are used for sending adhoc-viewer links and user verification.

The postal mail provider is www.oekopost.de . It is used for user verification.

keyexampledescriptionfriggbraga
admin_email_notifiersomebody@host.com;someoneelse@host.coma list of recipients who are informed when accounts are charged with help of the admin functions or when user bought creditsX
emailExcludedTypessignature_request_finishedList of mailtypes which are excluded. See i) Email Configuration for details.X
emailFromsystem@webSignatureOffice.comthe from mail header added to emails sent by the systemX
emailPort25the smtp portX
emailHtmlOnlytrueOnly send html mail (no text mail). Default is true.X
emailRetries5how many times the mailer retries to sent an emailX
emailSendToRegisteredUsersuser_finised;signature_field_signed

Semicolon seperated list of mailtypes. If a mailtype is present in the list, the email will be send to all registered users of the signature request. If it is not present, the email will only be send to the signature request creator.

Possible mailtypes:

  • signature_field_signed
  • signature_field_rejected
  • user_finished
  • envelope_user_finished

Default: Only creator receives email.

X
emailSmtphostname.domain or "false"the smtp server used to sent mails. If set to "false", sending mails will be deactivated entirely.X
emailSmtpPasswordpasswordthe smtp server passwordX
emailSmtpUsersmtpuserthe login for the smtp serverX
emailTlsfalsetrue or false, enable or disable TLS (encryption)X
guest_email
guest@websignatureoffice.comthe email pattern for guest email addresses (default guest@websignatureoffice.com)X
invoice_mail_recipientssomebody@host.com;someoneelse@host.coma list of recipients who receive a copy of all invoices created by the system (for credit purchase)X
mail_passwordoekopostpasswordthe password for the mail verification account (https://www.oekopost.de/developer/)X
mail_useroekopostuserthe user for the mail verification account (https://www.oekopost.de/developer/)X
oekopost_testtrueIf present, mail verification will be simulated by email.

smsPasswordsmspasswordthe sms account password (for the sms delivery feature) (www.massenversand.de)X
smsSenderstepoverthe name displayed as sms sender (for the sms delivery feature)X
smsUserId / authToken4327634 / 1ED33261VI0I6659347456Bthe sms account user id or authToken (for the sms delivery feature)X
sms_token_characters

the characters used in a sms token. possible values:

  • numerical: just numbers
  • alphanumerical: capital letters and numbers
  • alphanumercical_casesensetive: Uppercase, lowercase letters and numbers.


sms_token_length
The length of the sms token when opening a sms protected document / envelope.

support_emailsupport@websignatureoffice.comthe email address for support notifications / inquiries. Contains a semicolon seperated list of email addresses.X
userBrandingSupportMailde"de" or "us". The language of the support mail, which will be sent to the email addresses defined in support_email. Additionally a copy of the support mail will be sent to the user.X

Credit and payment settings

keyexampledescriptionfriggbraga
accounting_periodmonthly

defines the interval of accounting periods. One of

  • false (no accounting periods)
  • daily
  • weekly
  • monthly
  • quarterly
  • yearly
X
cash_account_namestepover_cash_accountthe name of the cash account, matches db name column in accounting_account table (for credit handling)X
credit_eur_value0.85the vlaue of one credit in EURX
credit_usd_value0.95the value of one credit in USDX
credit_free3how many free credits are given initially (after registration)X
credit_free_monthly3the amount of free credits per monthX
credit_signature_request1value how many credits one signature request costs ('0' for no credit charge)X
credit_mail_identification10value how many credits a mail identification costsX
credit_sms_identification1value how many credits a sms identification costsX

has_license

falsetrue or false, usage for licence model (valid license file required)X
paypal_client_id
paypal client idX
paypal_url
The paypal api URL. Default "api-m.paypal.com/v1"X
paypal_secret
paypal secretX

App settings


keyexampledescriptionfriggbraga

extra_password_prompt

0

activates an extra password prompt in the iSignatureOffice / aSignatureOffice app (authentication with fingerprint or face ID).

0 = deactivated, 1 = activated (default 0)
see also flag 'password_interval'

X
password_intervalALWAYS

If extra_password_prompt is activated, you can use password_interval to specify how often the query should appear. Possible values: ALWAYS, DAILY

  • DAILY: Once a day
  • ALWAYS: Everytime when opening the app. If the user only switches to the already running app from, no prompt will be shown.
X

Viewer settings

The following settings customize the viewer.

keyexampledescriptionfriggbraga
accept_terms_settingstruetrue or false, if terms and conditions have to be accepted before signing as a guest / in standalone viewerX
activate_stepover_footerfalsetrue or false, activates the footer in the standalone viewer with terms of use, imprint and data protection (StepOver information). Default is falseX
always_mobile_viewer_on_mobile_devicetruetrue or false, determines whether on mobile devices can be signed exclusively with the HTML Signer (no matter if 'desktop browser' is set or not)X
api_id_mode

obfuscated

Defines how ID values like the document_id are displayed encrypted. 
Possible values are:
"obfuscated" = IDs are displayed encrypted (this is the config default value, if no other value is set)
"debug" = IDs are displayed encrypted and the corresponding (original) ID is appended at the beginning of the value


X

automatic_role_stopfalseIndicates whether the automatic role stop is executed or not. Automatic role stop means that after signing all fields of a signature group (<SignatureGroup> definition), the signature selection window for the next signature group is displayed again (if automatic_role_stop is true)X
conditions_exceptionselection_pad;selection_displayspecifies if a download condition must be fullfilled for a given signature type. The download pop-up won't be shown, if the signature type matches the value. Possible values: selection_display, selection_pad, selection_captureX
context_sign_mode

true

true or false. When active it's necessary to click in the signature field after clicking "sign now". 

Default true.

X
custom_text_selection_windowBitte vorab alle notwendigen Kundeninformationen übermitteln

If the value is set, it will be displayed in the signature type popup (under the selection options)

(formerly show_custom_text)

please note: This text is the same for every viewer language. It's only advisable to use, if only one language is used.



deactivate_document_downloadfalsetrue or false, deactivates the download button on the viewer (for finished or failed requests) (default false)X
deactivate_final_status_popuptrue

true or false, deactivates the final status popup shown after all fields have been signed (default true)

X
deactivate_geolocationfalsetrue or false, deactivates the geolocation query in the browser (default false)X
deactivate_optional_fields_popupfalse

true or false, deactivates the appearance of the popup after skipping the last optional field of a signature request which asks for ignoring the field (sign later) or finishing the request (only if there are no mandatory fields!) (default false)

if true also the "finish signature process" button (shown after signing all mandatory fields) is deactivated.

If it is set to true, also the "skip" button of the last optional field isn't shown.

X
deactivate_reject_buttonmandatory

"true", "false", "optional", "mandatory", defines when the "reject" button is active during signing. (default false)

true: reject button is never active

false: reject button is alsways active

mandatory: reject button is inactive for mandatory signature fields

optional: reject button is inactive for optionals signature fields

X
deactivate_reject_reason_popuptrue

deactivates the overlay to enter a reason when declining a signature (default false): 

true: reason popup is deactivated

false: reject button is alsways active

mandatory: reason popup is inactive for mandatory signature fields

optional: reason popup is inactive for optionals signature fields




X


deactivate_reject_reason_popup_reason

true

deactives the reason textfield in the reject reason popup. Only a warning will be shown. (see above)

true: reason textfield is deactivated

false: reason textfield is alsways active

mandatory: reason textfield is inactive for mandatory signature fields

optional: reason textfield is inactive for optionals signature fields

X

deactivate_remember_sign_type

truedeactivates the "remember sign type" checkbox of the signature type selection popup (default false)X
deactivate_skip_buttontruetrue or false, if true, the "skip" button is not shown for (optional) signature fields (default false)X

formfields_writable_for_others

falsetrue or false, allows other signers to edit formfieldsX
html_signer_signature_field_width10defines the signature field width for signing with html-signer in cm, default is 14cm.X
link_close_buttonhttps://www.yourcompany.com/Close.htmlURL redirect of the "close" button. If not present, the button redirects to the websignatureoffice Desktop page.X
link_finished_buttonhttps://www.yourcompany.com/ThankYou.htmlURL redirect of the "finished" button. If not present, the button redirects to the websignatureoffice Desktop page.X
link_error_page_home_buttonhttps://www.yourcompany.com/Error.htmlURL redirect of the "home" button on the error page. If not present, the button redirects to the websignatureoffice Desktop page.

process_encrypted_urls

false

deprecated

If the value is "true", the adhoc URL (option "SHOW LINK") is displayed encrypted (default false)

X
secondary_translations_url
URL pointing to a file to override the GUI and viewer translations. See Secondary Translations for details.X
signature_field_pencil_cursortrue/false

If true, the mouse coursor is a pencil in html viewer signature fields.  

X
show_custom_text

deprecated

X
show_finish_pad_signature_button_in_browsertrue

true or false, if set to "true", the "accept_signature"-button will be shown in the browser while signing with a signature-pad

Default true.


X

show_pages_preview1handles the page preview display in the document viewer (in apps and browser)
0 = deactivated, 1 = activated
X

show_selection_capture

trueactivates/deactivates the "SMARTPHONE/TABLET" option of the signature type selection popup (default = true)X

show_selection_display

trueactivates/deactivates the "ON THIS DISPLAY" option of the signature type selection popup (default = true)X
show_selection_link


deprecated

show_selection_pad

trueactivates/deactivates the "SIGNATURE PAD" option of the signature type selection popup (default = true)X
show_toc1handles the table of contents display in the document viewer (in apps and browser)
0 = deactivated, 1 = activated
X
viewer_sidebar_position"left""left" or "right", defines if the viewer-sidebar (document preview and toc) is on the left or right site of the document. default "left"X

Signature Pad

keyexampledescriptionfriggbraga
activate_hash_dialogtrue

true or false, activates the hash dialog during signing with StepOver Pads. The hash must be confirmed after every signature.

viewer:

pad:

X
padcon_multi_usertrue/falsetrue or false: Activates the multi user support for citrix workstations. Default falseX
pad_connector_crypto_id_namesStepOver Bio 2048/4096;StepOver 2048/4096;StepOver cryptoIdv2

semicolon seperated list of allowed notary key names to use when signing with a pad.

The pad contains one or more keys for encrypting the bio data. The keys are identified by “crypto id names” and a “crypto id”, which are obtained from websignatureOffice via the pad connector (getDeviceDetails).

If the config pad_connector_crypto_id_names is not set, the signature will be encrypted with the standard key of the pad.

If the config pad_connector_crypto_id_names is set, webso retrieves the crypto id infos from the pad, which contain the name and crypto id and names of the keys. It then iterates over both lists and searches for a crypto id name which is in both lists.

If a matching crypto id name is found, the singing is started with the crypto id of the first matching key.

If no matching crypto id name is found and crypto_id_abort_message is defined, the process is aborted and the message shown.

If no matching crypto id name is found and crypto_id_abort_message is not set, the signing will be started without a crypto id and the default key of the pad is used.

for more information see Notary Key

X
pad_connector_crypto_id_abort_messageno suitable key found on the pad, sorry

the text to be shown if no suitable pad connector can be found

for more information see Notary Key

X
pad_connector_device_key_hashes
deprecated

pad_document_viewingtrue

true or false, automatic connection to the signature pad is started when opening time limited viewers (no matter what signature type is defined). When you sign with pad, the document viewing mode will be used.

When true (and not signing with pad), the document is shown on the pad until there is another signature type used (For example: Document is shown on the pad, then you click on start signing and choose signature type HTML-Signer → the pad will go in standby mode).

Default is false.

X
signature_timeout_ms3000defines the timeout/pause in milliseconds before a pad signature is automatically completed (without pressing confirm button). Default: 3000X

Certificates, Seals and signing

Keys that contain "aws_kms" refer to Amazon Web Services (AWS) Key Management Service.

keyexampledescriptionfriggbraga
api_id_ivghksau981ghksau9a secure random iv is created and stored in the db on server startup (recommended). This value is used for url data encryption. This mechanism can be overridden by setting a static 16 character long string. When used api_id_key also has to be set. X
api_id_keyzeuwipahsjd6389aa secure random key is created and stored in the db on server startup (recommended). This value is used for url data encryption. This mechanism can be overridden by setting a static 16 character long string. When used api_id_iv also has to be set. X
app_signature_certificate_filenamed:\frigg\data\app_signature_public.derthe certificate path for the app signature with token authentication
X
app_signature_certificate_passworddsf433dreE&%the certificate password for the app signature with token authentication
X

app_signature_certificate_private_key_filename

d:\frigg\data\app_signature_certificate.pfxthe certificate private key path for the app signature with token authentication
X
enduser_certificate_duration36the lifetime of user certificates in months
X
enduser_certificate_key_length2048the length of the create user certificates
X
external_certificate_providernebulasemicolon seperated list of external certificate providers. currently supported: nebula (nebulaSUITE)X
guest_certificate_passwordkkwJk34$ldP%the guest certificate password (for non-registered webSignatureOffice user certificates)XX
intermediate_certificate_filename/frigg/data/cert.pemthe full path to the intermediate certificate for user certificate creation
X
intermediate_certificate_passwordsduiSUm7$%&hJthe intermediate certificate password
X
intermediate_certificate_private_key_filename/frigg/data/cert_private.pemthe full path to the internmediate certificate private key
X
nebula_exclude_authenticatorsMAIL;SMSsemicolon seperated list of authentication methods. The listed methods won't be usable. Default: All methods allowed.X
notaryInfo\n======================( NotaryInfo )====================== \n \nSomebody the notary info added to a biometric signatureX
notary_public_key

dshkskdhNSSKhjadsbndskKJHKHSAK \
DGHgdhjdsgJHDDSHJGdshdshdJDHDSJH \

the public key base64 encoded that is assigned new registered users. This key is used by the web signature office apps and HTML-Signer.

for more information see Notary Key

X
notary_public_key_hashdskhdksjhds89s8djdshkjhsd7987987dsdssd

deprecated

a md5 hash of the public key

X
notary_sha1_fingerprintdgdfgdfgffffffffffffffffffffffffffffffff

a sha1 hash of the certificate of the notary_public_key. It is configured in braga and used to check if the certificate configured in frigg coresponds to the hash.

for more information see Notary Key


X
openssl_run_directoryc:/tempthe path to a folder in which openssl can run
X
rsa_encryptor_access_allowhttps://somehost.stpover.de if the rsa encryptor is accessed from a host that gets blocked because of cors, or access should be restricted, the Access-Control-Allow-Origin header can be set with this value, default is *.

rsa_encryptor_public_key

deprecated

Public key for the RSA encryptor for encrypting biodata.

If not present, the notary_public_key is used.

for more information see Notary Key


X
rsa_encryptor_urlhttps://host:8444/RsaEncryptor/encode

deprecated

the url of the RSA encryptor used by the html signer, if no value is set the default RSA encryptor of the frigg module is taken

X
tsaServerhttp://somehost.de/tsaThe Timestamp Authority Server used to set the signing time, braga. If not set, no timestamp 

Multitenant

keyexampledescriptionfriggbraga
multitenant
true / false: activates multitenant mode.XX
multitenant_admin_key
Administrator authorization for adding new tenants. This string has to be sent with the POST request to create a new tenant.X
multitenant_host_ip
ip of the multitenant hostX

Additional server settings


keyexampledescriptionfriggbraga
api_deactivate_request_signaturetrue/false

If true, no X-SOSIGNATURE header is necessary.

Only for testing!



api_id_cache_expire_minutes15the decrypted ids are kept in a cache to improve performance. This defines the time till the value expires, default is 10 minutesX
api_id_cache_max_size5000the decrypted ids are kept in a cache to improve performance. This defines the maximum capacity, if reached values are removed, default 1000

axis_request_timeout


deprecated

the braga request timeout in milliseconds (default 240000)

X
axis_server_context/bragaThe folder inside which the braga app is deployed (default empty)X
axis_server_ip192.168.5.56the IP or hostname of the braga serverX
axis_server_port8080the braga server port (default 8080)X
axis_server_protocolhttpshttps or https, the protocol used for the braga server (default http)X
braga_create_copytruecreates a copy of the PDF without biodata (if flag is true); default falseX
braga_render_dpi200the dpi with which pages are rendered (default is 200)X
cookie_nameSOSESSIONIDthe cookie name for the session cookieX
cookie_path/the cookie pathX
file_upload_max_file_size20480the maximum upload size in bytesX
file_upload_urlhttps://host/fileUpload/fileUploadthe url for the file upload (via tyrservice)X
guest_user_document_availability60The time a document / envelope is available for a guest user (email guest user link). The timespan is the config setting + the signature_request due date. 

logging_debugtrueenables extended logging for debugging (default false)X
max_message_size20480the max tyrservice message size (optional value)X
memcached_port11211the memcached portXX
memcached_server192.168.5.57the ip or hostname of the memcached server if memcahe is usedXX
memcached_sessionstruetrue or false, the switch if memcached should be used for session managemeantXX
org_quartz_propertiesquartz.propertiesthe name of the quartz scheduler configuration file in the classpath (for the automated jobs)X
pdf_render_max_render_threads4the max number of render threads
X
process_pool_timeout120000timeout for a process from the process pool in milliseconds (default 120000)
X

render_strategy

AllPagesthe strategy used to render the pdf pages, possible values are OnlyPagesWithSignatures, AllPages, FirstTwoAndPagesWithSignatures. Default is FirstTwoAndPagesWithSignaturesX
request_lifetime7200the request lifetime in seconds.X
rest_api_allowed_hostslocalhost,192.168.5.2,192.168.5.5the allowed hosts for the communication with the REST API (Cross-Origin-Requests)X
session_sync60session sync interval in seconds (memcached)X
session_timeout6000session timout in milleseconds (browser and tyrservice session)XX
storage_homeX:/data/the full path for storage of documents and certificates (BRAGA)
X
storage_modesoll rein? description korrekt? --->

storage mode of braga, possible values:

  • db: files are stored in database
  • dbWithFallback: files are stored in db. If entry is not present, filesystem will be used
  • file: files are stored in filesystem
XX
tracking-headerx-idheaderthe name of the http header used for the additional tracking id logging. Default is x-trackingX
tyrservice_debuggingtruetrue or false, enables an extended logging for tyrservice classes (if no value is set the default is false)X
tyrservice_publicfalsetrue or false, wether the public tyrservice services should be available, public services only use the adhoc code for authenticationX

url_handler_key

jdksleuwiojdksleuwio67on server startup a secure key is created for url encryption and stored in the db (recommended). This mechanism can be overridden with this static 32 character long string.X
webso_events_urlhttps://www.testserver.com/CallbackServlet

WebSignatureOffice can be configured to call an URL on certain events. This functionality is activated by setting the URL to be called in the config.ini

Further configuration options are:

webso_events_filter:  a semicolon separated list of events that should be fired, if this option is not set, all events are fired. (e.g. STATUS_CHANGE;USER_FINISH)

webso_events_keys: a semicolon seperated list of HTTP-request property keys for the webso_event execution (e.g. user;pass) 

webso_events_values: a semicolon seperated list with corresponding values for the webso_event_keys (e.g. stepovercallback;strongPassword) event_keys and events_values must be in the same order

webso_events_retry: the time waited in milli seconds untill the event call is repeated. (e.g. 10)


For more information, please check: e) Callback-API

X


TyrService Cache

keyexampledescriptionfriggbraga

tyrcache

true

activates the tyrservice cachee

X


tyrcache_port

default 1110

the port the listener listens on

X


tyrcache_host

host

the host the listener listens on, if not set, all hostnames

X


tyrcache_servers

host1:1110,host2:1110

a comma seperated list of servers to connect to

X


tyrcache_lifetime

default 300

the lifetime of a cache object in seconds

X


tyrcache_max_objects

default 10000

the maximum amount of objects stored in the cache before objects get evicted

X


tyrcache_encryption_key

default value hard coded, should be changed

the key used to encrypt the objects, 32 characters

X


for more information see l) TyrService Cache