Difference between revisions of "TLS Certificates LV Demo"

From Teltonika Networks Wiki
Line 20: Line 20:
 
#Choose the file type as '''CA'''.
 
#Choose the file type as '''CA'''.
 
#On Teltonika routers, users can select from four '''Key Size''' options, ranging from '''512 bits to 4096 bits.'''
 
#On Teltonika routers, users can select from four '''Key Size''' options, ranging from '''512 bits to 4096 bits.'''
#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.
+
#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.
[[File:Tls certificates ca gen p1.png|border|class=tlt-border]]
+
[[File:Tls certificates ca gen p1.png|border|class=tlt-border|860px]]
#<li value="4">By enabling '''Subject Information''', you can provide details about the entity to which the certificate is issued:
+
#<li value="4">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).
 
::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).
 
::B. '''State or Province Name (ST)''': The name of the state or province (e.g., California).
Line 30: Line 30:
 
#
 
#
 
::''These fields help to clearly identify the organization or individual associated with the certificate.''
 
::''These fields help to clearly identify the organization or individual associated with the certificate.''
[[File:Tls certificates ca gen p2.png|border|class=tlt-border]]
+
[[File:Tls certificates ca gen p2.png|border|class=tlt-border|860px]]
 +
 
 +
#<li value="5"> Click [[File:Tls certificates generate button.png|62px]] button
 +
[[File:Tls certificates ca gen p3.png|border|class=tlt-border|860px]]
  
 
===Computer===
 
===Computer===

Revision as of 09:55, 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., 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. Click Tls certificates generate button.png button

Tls certificates ca gen p3.png

Computer


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