Configuring IPPSSL backend
Overview
This page describes how to configure SafeQ to work with printer over secure Internet Printing Protocol (IPP via SSL).
Configuration
1 | Log in to the SafeQ Web administration with sufficient rights to manage devices. Go to Devices > Printers > Edit device > Advanced tab.
|
2 | Set Backend to IPPSSL value and press Click Save device to apply settings.
|
4 | Go to System > System settings and set IppSslTrustManager property to secure. Then click Save settings. |
Install Certification authority into your SafeQ server
1 | Prepare .cer file (for example certificate.cer)
|
2 | Use following command to configure ssl-trustore ( ..\JAVA\bin\keytool.exe -server -import -trustcacerts -alias ysoft -file certificate.cer -keystore ..\..\conf\ssl-truststore )
|
3 | Enter keystore password. (To obtain keystore password, please contact customer service support)
|
4 | Confirm importing with "yes" word. Example: |
5 | To verify imported certificate run following command: ..\JAVA\bin\keytool.exe -server -list -v -alias ysoft -keystore ..\..\conf\ssl-truststore |
6 | Enter keystore password. (To obtain keystore password, please contact customer service support) |
7 | Details of imported certificate should be displayed. Example:
|


