Set Application Assignment
To set application assignments using “setappinfo” action, use the arguments from the table below.
Argument |
Description |
Possible Values |
---|---|---|
--address |
Address of the MFP (required) |
|
--deviceuser |
The account to use for authenticating into the device (required) |
|
--devicepassword |
The password of the account for authenticating into the device |
|
--onlyssl |
Allow only an SSL connection to the device.
|
true, false (default: false) |
--certvalidation |
Used only when “onlyssl” is set to true. If “certvalidation” is also set to true, a connection to the device will only be established if the SSL certificate can be validated as a trusted certificate. Trusted Root Certificates are managed through the built-in Windows Certificate Management. |
true, false (default: false) |
--appname |
The name of the application to associate with a certificate location (required) |
"IEEE 802.1X", "S/MIME", "PDF Digital Signature", "PDF/A Digital Signature", "IPSec" |
--certnumber |
The MFP certificate location (required) |
1-6 |
Sample Output - Success
Starting device session
Setting application assignment
Ending device session
Sample Output – Application requires specific certificate algorithm
Starting device session
Setting application assignment
Get Application Assignment Information failed. Error code: 14, Message: The application cannot use the specified algorithm (e.g. PDF/A application can use only certificate with sha1withRSA1024 algorithm)
Ending device session