TLS Certificates: Difference between revisions
(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...") |
No edit summary |
||
Line 1: | Line 1: | ||
==Summary== | |||
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 12:48, 25 September 2020
Main Page > FAQ > Security > TLS CertificatesSummary
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:
- System → Administration → Certificates
Computer
You can also use third party software to generate the certificates on your computer. Guides are available for: