Installing The Cups For Ipp Printing - Kyocera TASKalfa 650c Software Installation Manual

Multifunctional digital systems
Hide thumbs Also See for TASKalfa 650c:
Table of Contents

Advertisement

5.INSTALLING PRINTER DRIVERS FOR UNIX/Linux
Confirm that the message notifying that the new printer has been properly added
18
appears.
Go to the following page for configuring the print options:
19
P.132 "Configuring print options"

Installing the CUPS for IPP printing

When you want to setup IPP print queue in the Linux OS, follow the procedures here.
When IPP SSL is enabled on the equipment
When the IPP SSL is enabled on the equipment, you require the following settings on Linux OS.
OpenSSL should be installed
CUPS should be configured with "--enable-ssl" option
HTTPS symbol should be created in the "/usr/lib/cups/backend" directory.
1. Open the console and login with root privileges.
- Use 'su' or 'sudo -s' to login with root privileges.
2. Enter the following command:
cd /usr/lib/cups/backend
3. Enter the following command:
ln -s ipp https
4. Restart the CUPS Service in Linux.
IPP/SSL certificates in the "/etc/cups" directory should be created
1. Enter the following command:
mkdir ssl folder in /etc/cups
2. Enter the following command:
openssl req -new -x509
-keyout /etc/cups/ssl/server.key
-out /etc/cups/ssl/server.crt -days 365 -nodes
The above command must be entered as one continuous command with no carriage returns.
3. Enter the following command:
chmod 600 /etc/cups/ssl/server.*
*
The "-nodes" option prevents the certificate and key from being encrypted.
The cupsd process runs in the background, detached from any input source; if you encrypt these files then cupsd will not be able to
load them.
4. Add the following lines in the cupsd.conf file in /etc/cups path.
SSLPort 443
ServerCertificate /etc/cups/ssl/server.crt
ServerKey /etc/cups/ssl/server.key
5. Run the following command on the shell to restart the CUPS Server.
Service cups restart
5 INSTALLING PRINTER DRIVERS FOR UNIX/Linux
Setting Up the CUPS
129

Advertisement

Table of Contents
loading

This manual is also suitable for:

Taskalfa 750cTaskalfa 550c

Table of Contents