TLS Certificates LV Demo

From Teltonika Networks Wiki
Main Page > FAQ > Security > TLS Certificates LV Demo

Summary

Some services (such as OpenVPN, MQTT, etc.) on Teltonika Networks devices can be secured using TLS for encryption and authentication. This page discusses where one can obtain TLS certificates and key for this purpose.

Certificate generation

If you are using a third party service that requires TLS, all necessary files should be provided by the provider of that service. However, if you are setting up your own solution you may find use in of the TLS certificate generation methods described below.

Teltonika Networks device


The easiest way to generate certificates and keys is by using the Certificate Generation page that is available in the device's WebUI:

Certificate Authority (CA) Certificate & Key generation


The first step is to generate a Certificate Authority (CA) certificate, which will be used to sign both server and client certificates.

  1. Choose the file type as CA.
  2. On Teltonika routers, users can select from four Key Size options, ranging from 512 bits to 4096 bits.
  3. Enter the Common Name. This usually represents the fully qualified domain name (FQDN) of the server (e.g., example.com), but it can be any name of your choice.

Tls certificates ca gen p1.png

  1. By enabling Subject Information, you can provide details about the entity to which the certificate is issued (Optional):
A. Country Code (CC): The two-letter country code (e.g., LT for Lithuania).
B. State or Province Name (ST): The name of the state or province (e.g., California).
C. Locality Name (L): The city or locality (e.g., San Francisco).
D. Organization Name (O): The name of the organization or company (e.g., Teltonika).
E. Organizational Unit Name (OU): The name of the department or unit within the organization (e.g., IT Department).
These fields help to clearly identify the organization or individual associated with the certificate.

Tls certificates ca gen p2.png

  1. Select the "On" option next to "Sign the Certificate." If not enabled, the Root CA will not sign or generate the new CA.
  2. Enter the period of how long CA certificate will be valid
  3. "Delete Signing Request" can be enabled, as it is not required after generation.
  4. Click Tls certificates generate button.png button

Tls certificates ca gen p3.png

Server certificate


A server certificate, signed by a trusted Certificate Authority (CA), is used to authenticate the server and facilitate secure, encrypted communications with clients. Generating a server certificate follows similar steps to those for creating a CA certificate.

  1. Select Server file type.
  2. Select Key Size
  3. Enter Common Name of the Server
  4. Enter Subject Information of the server(Optional)
  5. Select the "On" option next to "Sign the Certificate".
  6. Define how long the certificate will be valid.
  7. The system should automatically detect the CA certificate and key files from "Certificates Manager" tab.
  8. Enable "Delete Signing Request" (Optional)
  9. Click generate

Computer


You can also use third party software to generate the certificates on your computer. Guides are available for: