mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Fix wording
This commit is contained in:
parent
1f66f62a95
commit
6fd7ca5950
1 changed files with 6 additions and 9 deletions
|
@ -1,17 +1,14 @@
|
|||
#Certificate
|
||||
# Certificate
|
||||
|
||||
Certificates are used to certify that your server is the genuine one and not a falsified one.
|
||||
Certificates are used to certify that your server is the genuine one, and not an attacker trying to impersonate it.
|
||||
|
||||
YunoHost provides a **self-signed** certificate, it means that your server guaranty the certificate validity. It's enough **for personal usage**, because you trust your own server. But this could be a problem if you want to open access to anonymous like web user for a website.
|
||||
Concretely users will go throw a screen like this:
|
||||
YunoHost provides a **self-signed** certificate, it means that your server guaranties the certificate validity. It's enough **for personal usage**, because you trust your own server. But this could be a problem if you want to open access to anonymous like web user for a website.
|
||||
|
||||
In practice, visitors will see a screen list this:
|
||||
|
||||
<img src="/images/postinstall_error.png" style="max-width:100%;border-radius: 5px;border: 1px solid rgba(0,0,0,0.15);box-shadow: 0 5px 15px rgba(0,0,0,0.35);">
|
||||
|
||||
This screen ask to the user : **"Do you trust this server that host this website?"**
|
||||
It could frighten a lot of users (rightly).
|
||||
|
||||
To avoid this confusion, it's possible to get a signed certificate by a "known" authority : **Gandi**, **RapidSSL**, **StartSSL**, **CaCert**.
|
||||
In these cases, the point is to replace the self-signed certificate with the one that has been certified by a certificate authority, and the users won't have this warning screen anymore.
|
||||
Which basically asks the visitor : **"Do you trust the server hosting this website?"**. This can rightfully frighten a lot of people.
|
||||
|
||||
To avoid this confusion, it's possible to get a certificate signed a known
|
||||
authority named **Let's Encrypt** which provide free certificates directly
|
||||
|
|
Loading…
Reference in a new issue