Delete a Site Certificate
To delete an existing intermediate certificate, use 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) |
--fingerprint |
The fingerprint of the certificate to be deleted (required) |
|
Sample Output - Success
Starting device session
Locking device
Deleting site certificate
Unlocking device
Ending device session
Sample Output – Certificate does not exist
Starting device session
Locking device
Deleting site certificate
Failed to delete site certificate. Error code: 9, Message: Item not found
Unlocking device
Ending device session