Difference between revisions of "TLS Certificates LV Demo"

From Teltonika Networks Wiki
Line 14: Line 14:
 
     <li>System → Administration → [[RUTX11_Administration#Certificates|Certificates]]</li>
 
     <li>System → Administration → [[RUTX11_Administration#Certificates|Certificates]]</li>
 
</ul>
 
</ul>
===Certificate of Authority (CA) ===
+
====Certificate of Authority (CA) ====
 
The first step is to generate a Certificate Authority (CA) certificate, which will be used to sign both server and client certificates.
 
The first step is to generate a Certificate Authority (CA) certificate, which will be used to sign both server and client certificates.
 
#Choose the file type as '''CA'''.
 
#Choose the file type as '''CA'''.

Revision as of 09:08, 12 September 2024

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 of Authority (CA)

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., www.example.com), but it can be any name of your choice.
  4. By enabling Subject Information, you can provide details about the entity to which the certificate is issued:
- Country Code (CC): The two-letter country code (e.g., LT for Lithuania).
- State or Province Name (ST): The name of the state or province (e.g., California).
- Locality Name (L): The city or locality (e.g., San Francisco).
- Organization Name (O): The name of the organization or company (e.g., Teltonika).
- 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.

Computer


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