Difference between revisions of "TLS Certificates"

From Teltonika Networks Wiki
(Created page with "Services like HTTPS, OpenVPN, MQTT sometimes use TLS certificates for authentication. If you're setting up a custom system, you can generate TLS certificates by yourself with...")
 
Line 1: Line 1:
Services like HTTPS, OpenVPN, MQTT sometimes use TLS certificates for authentication. If you're setting up a custom system, you can generate TLS certificates by yourself with the RUTxxx router or a Linux OS system. Detailed instruction on how to do that are provided in our '''[[How to generate TLS certificates (Windows)?|How to generate TLS certificates?]]''' guide.
+
==Summary==
  
However, if you're using third party services, for example, a public OpenVPN server, all necessary TLS certificates are usually provided by that party.
+
Some services (such as OpenVPN, MQTT, etc.) on Teltonika Networks devices can be secured using <b>TLS</b> 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 <b>TLS certificate generation methods</b> described below.
 +
 
 +
===Teltonika Networks device===
 +
----
 +
The easiest way to generate certificates and keys is by using the <b>Certificate Generation</b> page that is available in the device's WebUI:
 +
 
 +
<ul>
 +
    <li>System → Administration → [[RUTX11_Administration#Certificates|Certificates]]</li>
 +
</ul>
 +
 
 +
===Computer===
 +
----
 +
You can also use third party software to generate the certificates on your computer. Guides are available for:
 +
 
 +
<ul>
 +
    <li>[[How to generate TLS certificates (Windows)?|Windows]]</li>
 +
    <li>[[How to generate TLS certificates (Ubuntu 18)?|Linux]]</li>
 +
</ul>
  
 
[[Category:Security]]
 
[[Category:Security]]

Revision as of 13:48, 25 September 2020

Main Page > FAQ > Security > TLS Certificates

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:

Computer


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