Therefore™ MFP Application
All connected MFPs are listed under the MFP note. By right-clicking on the node, users can access the settings, default settings, and RBAC configuration for the connected MFP devices.
The Therefore™ MFP application has its own manual:
Settings
When a value is entered into a format field it will override the default format set for the operating system setting. Any type of separator, except letters, may be used (e.g. "/" or ".")
Date Format
Enter the date format that should be used by the MFP device.
| Format | Restrictions |
|---|---|
|
Format |
Restrictions |
d |
Double (01) or single digit (1) |
dd |
Only double-digit (01) |
M |
Double (01) or single digit (1) |
MM |
Only double-digit (01) |
yy |
Only last two digits (09) |
yyyy |
Must be full date (2009) |
Time Format
Enter the time format that should be used by the MFP device.
| Format | Restrictions |
|---|---|
h |
The hour, using a 12-hour clock from 1 to 12. |
hh |
The hour, using a 12-hour clock from 01 to 12. |
H |
The hour, using a 24-hour clock from 0 to 23. |
HH |
The hour, using a 24-hour clock from 00 to 23. |
m |
The minute, from 0 through 59. |
mm |
The minute, from 00 through 59. |
s |
The second, from 0 through 59. |
ss |
The second, from 00 through 59. |
Timeout
The amount of time the system will wait before logging the user out after successfully saving a document to Therefore™. If uniFLOW is used the user is returned to the splash screen. The default value for this setting is 30 seconds.
Webservice Port
The port which is used for webservice communication. The default is 80.
File Transfer Port
The port which is used for file transfer. This port must not be the same as the webservice port and both ports must be free. The default is 8373.
Use secure connection (https and secure socket)
If this option is checked, the MFP Application will use https for communication with the web service and a secure socket connection for the file transfer.
About Certificates
The settings Store, Location, and Thumbprint on the lower part of the dialog allow the user to enter values from a certificate.
The user can enter an official certificate. Certificates are available via certificate authorities.
Self-signed certificates are also accepted.
Creating a self-sign certificate
Self-signed certificates can be created using a Microsoft tool: Makecert.exe.
For detailed information about Makecert.exe, specifically for certification creation, see:
http://msdn.microsoft.com/en-us/library/bfsktky3.aspx
-
This tool can be downloaded, but only together with the Windows SDK, from the following library:
http://msdn.microsoft.com/en-us/library/aa386968(VS.85).aspx
-
For an SSL certificate, a root authority certificate must be created which can be done using the following command. The certificate name "Dev Certification Authority" can be edited as required:
Copymakecert -sv SignRoot.pvk -cy authority -r signroot.cer -a sha1 -n "CN=Dev Certification Authority" -ss my -sr localmachine -
In the Microsoft Management Console (MMC), add the Certificates snap-in and move the "Dev Certification Authority" (or your chosen name) certificate from the Certificates folder under Personal to the Certificates folder in Trusted Root Certification Authorities via drag and drop.
-
Use the following command to create the SSL certificate (where localhost is the full, qualified domain name of the local computer):
Copymakecert -iv SignRoot.pvk -ic signroot.cer -cy end -pe
Configuring the Certificate for the Webservice port
Both certificates obtained from certificate authorities and self-sign certificates must be configured for the Webservice port.
The port must be the same as the one defined in the Solution Designer (see above).
The APP ID is:
1d728dd3-2b81-489e-9af2-57bd847ee271
Configuration is described on the following website:
http://msdn.microsoft.com/en-us/library/ms733791.aspx
Certificate settings for secure file transfer
Store
The following options are available from the drop-down menu under the Store setting.
For more information refer to the following page in the Microsoft documentation:
| Option | Explanation |
|---|---|
| AddressBook | Certificate store for other users |
| AuthRoot | Certificate store for third-party certificate authorities |
| CertificateAuthority | Certificate store for intermediate certificate authorities |
| Disallowed | Certificate store for revoked certificates |
| My | Certificate store for personal certificates |
| Root | Certificate store for trusted root certificate authorities |
| TrustedPeople | Certificate store for directly trusted people and resources |
| TrustedPublisher | Certificate store for directly trusted publishers |
Location
The following options are available from the drop-down menu under the Location setting.
| Option | Explanation |
|---|---|
| LocalMachine |
This option should be chosen if the certificate was installed on the localmachine location: |
| CurrentUser |
This option should be chosen if the certificate was installed in the currentuser location:
If this option is chosen, the MFP Manager needs to be running with the same user account. |
Thumbprint
Enter the Thumbprint value from the certificate.
To do so, open the certificate and go to the Details tab. Scroll down to the Thumbprint, and copy and paste this value to the text box. All spaces must be manually deleted.