From 2963e6afb90a565fd3daf61f5ad054233515daaf Mon Sep 17 00:00:00 2001 From: anaqreon Date: Tue, 30 Sep 2014 22:17:33 -0400 Subject: [PATCH] More info about how to install signed certificate Also some English language improvements --- certificate.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/certificate.md b/certificate.md index 76b51d28..f584cc04 100644 --- a/certificate.md +++ b/certificate.md @@ -1,9 +1,12 @@ #Certificate -Certificate are used to certify that your server is the good one, not a falsified one. +Certificates are used to certify that your server is the genuine one and not a falsified one. -YunoHost provide a self-signed certificate. +YunoHost provides a self-signed certificate. -On your clients software, like your web browser, your heavy email client, your heavy XMPP client you will need to add an exception for that self-signed certificate. +Client software (web browser, email client, XMPP client, etc) typically requires you to manually add an exception for that self-signed certificate. -You can have a certificate signed by an autority. \ No newline at end of file +You can have a certificate signed by an authority, in which case you must upload the appropriate certificate KEY and CRT files to the following files: + +* /etc/yunohost/certs/YourCertifiedDomain/crt.pem +* /etc/yunohost/certs/YourCertifiedDomain/key.pem