From 97cb2cfeb8b49c94b68261f14a023216cbf71753 Mon Sep 17 00:00:00 2001 From: Shuai Lin Date: Fri, 25 Nov 2016 17:16:38 +0800 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa3b07a..5aadfba 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ server.port_mappings = 80:80,443:443 If you want to use your own SSL certificate: - create a folder 'shared/ssl', and put your certificate and private key under the ssl directory. -- Your certificate must have the name "seafile.example.com.crt", and the private key must have the name "seafile.example.com.key". +- Assume your site name is "seafile.example.com", then your certificate must have the name "seafile.example.com.crt", and the private key must have the name "seafile.example.com.key". ### Upgrading Seafile Server