When using HTTPS to connect to the Lexmark Management Console or Print Management Console, obtain a valid SSL certificate for the server. This process is necessary only for the LDD load balancer server.
Log in to console of the server, hosting the LDD load balancer.
Open the command prompt as an administrator.
Navigate to the <install-Dir>\lexmark\solutions\Apache2\bin folder, where <install-Dir> is the installation folder of LDD.
In the command prompt, type the
line, where <install-Dir> is the installation folder of LDD.Type the following command:
openssl req -new -newkey rsa:2048 -nodes -out <lddserver.csr> -keyout <lddserver.key> -subj "/C=US/ST=KY/L=Lexington/O=Lexmark/OU=NA/CN=lddserver.domain.com"
Send the lddserver.csr file to your certificate authority team.
Save the signed certificate as a PEM file, for example, lddserver.pem.
Copy the following to the <install-Dir>\lexmark\solutions\Apache2\conf folder, where <install-Dir> is the installation folder of LDD:
lddserver.key file
CA.pem (root or intermediary CA) certificate file
lddserver.pem file
From the <install-Dir>\lexmark\solutions\Apache2\conf\ldd-cert.conf for LDD versions 5.1 and later or <install-Dir>\lexmark\solutions\Apache2\conf\httpd-ssl.conf file for LDD versions 5 and earlier, update the following:
SSLCertificateFile "<install-Dir>/Lexmark/Solutions/Apache2/conf/lddserver.pem" SSLCertificateKeyFile "<install-Dir>/Lexmark/Solutions/Apache2/conf/lddserver.key" SSLCertificateChainFile "<install-Dir>/Lexmark/Solutions/Apache2/conf/ca.pem"
Where <install-Dir> is the installation folder of LDD.
Save the file.
Restart the Apache service.
Access the LDD load balancer server, and then verify whether your certificate authority has signed the certificate on the website.