Trusted and untrusted certificates

SSL/TLS certificates can be divided into trusted and untrusted, based on the issuing certification authority. The importance of using a certificate from a trusted certification authority lies in the completely error-free use of the certificate in users' browsers and an incomparably higher level of trust and authentication.

All certificates in the SSLmarket offer are trusted and do not cause security vulnerabilities. A visitor to your site will never see an SSL/TLS certificate trust or vulnerability warning.

The difference between a trusted and an untrusted SSL/TLS certificate

An untrusted certificate

An untrusted SSL/TLS certificate is characterized by the fact that if a site visitor enters a site where the data transmission is encrypted using this certificate, a notification is automatically displayed stating that the certificate is not issued by a verified and trusted certification authority, with a question whether the client still wishes to use this certificate.

untrusted TLS certificate in browser
If the client confirms this notification, the communication will be encrypted using an untrusted certificate.

For example, an untrusted certificate is used for system purposes, such as RDP (Remote Desktop Protocol). If the certificate is issued by a system or user, it is called a self-signed certificate. These certificates can be used, for example, on an IIS server, but with the above-mentioned trust error.

A trusted certificate

A trusted SSL/TLS certificate is issued by a trusted certification authority such as DigiCert, Thawte or GeoTrust and using it does not disturb the visitor because no error is displayed. This is typically a 2048b certificate, which is automatically recognized by 99.3% of browsers on PC and mobile devices.

The visitor’s browser’s trust is guaranteed by the so-called chain of trust, when your certificate is indirectly issued by the Root certificate of the certification authority present in the system. This trust connection is mediated by Intermediate certificates, of which there can be several.

TLS certificate chain
Has this article been useful?