Lantronix welcomes Uplogix! Learn more here.

HTTPS Certificates

Updated October 20, 2022. Written for LMS Version 6.2.

Overview

This article describes the installation of an HTTPS certificate for deployments that require it. Although the process is simple, sometimes CSRs and Certs can be tricky, so be sure to contact Lantronix Support if you have any questions or encounter any issues.

  • New for 6.1! - Let's Encrypt is now supported. Learn More

Step 1

Log into your Control Center, become root, and shut down the tomcat and migration services.

djones@central:~$ ssh emsadmin@172.30.161.18
emsadmin@172.30.161.18's password: 
[emsadmin@ems18 ~]$ sudo su - 
Password:
[root@ems18 ~]# service tomcat stop
[root@ems18 ~]# service migration stop

Step 2

Run /uplogix/embassy/scripts/generateCertificateSigningRequest.sh and fill in the prompts. Use the IP address or Hostname of the Control Center as the Common Name.

Step 3

Give the output of the script to your certificate authority for signing.

Step 4

Paste the signed certificate into a file on the Control Center. In this example, we'll call it www.pem.

[root@ems18 ~] vi www.pem

Step 5

Run: /uplogix/embassy/scripts/importCertificate.sh www www.pem

Substitute your filename for www.pem. The script will place the final files in the right locations.

Step 6

Restart the tomcat and migration services with the *service command.

[root@ems18 ~]# service tomcat start
[root@ems18 ~]# service migration start

Complete

Log into the Control Center and verify the certificate has been installed correctly.

Using The Vendor Certificate

Each Control Center ships with an included self-signed HTTPS certificate. As of version 6.2, these certificates are given an expiration date and a warning has been added to the Administration page of an expiring certificate.

Refreshing the Self-Signed Certificate Expiration Date

If you wish to continue using the self-signed certificate, the expiration date can be refreshed using the following steps:

  1. Log into the Control Center server as emsadmin
  2. Run the deleteCertificate script: /uplogix/embassy/scripts/support/deleteCertificate.sh wwwServerKey
  3. Restart the Tomcat application: sudo service tomcat restart and enter the emsadmin user password when prompted.

The certificate will be regenerated with the current date and have a 367 day life cycle.

Not finding what you're looking for?

The LEVEL Technical Services team is standing by 24/7/365 to answer any questions you may have about the installation, configuration, and usage of our products.

© 2024 Lantronix, Inc. All Rights Reserved