Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <BernhardPosselt@users.noreply.github.com>2018-01-08 21:24:08 +0300
committerGitHub <noreply@github.com>2018-01-08 21:24:08 +0300
commit5faa515214f83fe66ee9191af5fc49c21262f711 (patch)
treed52974363f71b0c5b91cfb8b5647e146d5962a26
parent257dba32c63e1a5e864b3959073aab3736c7a4e3 (diff)
Update README.rst
-rw-r--r--README.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 933bdc2..ec6b054 100644
--- a/README.rst
+++ b/README.rst
@@ -258,11 +258,7 @@ If you are having trouble debugging updater errors, try running it again using t
How Do I Enable Support For Self-Signed Certificates
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-If you are using self-signed certificates, don't. It's very easy to sign your cert for free from either one of the following three websites:
-
-* `Lets Encrypt <https://letsencrypt.org/>`_
-* `StartSSL <https://www.startssl.com/>`_
-* `WoSign <https://www.wosign.com/english/>`_
+If you are using self-signed certificates, don't. It's very easy to sign your cert for free from `Lets Encrypt <https://letsencrypt.org/>`_
If you still have to use a self-signed certificate no matter what, don't patch the code to turn off certificate verification but rather globally add your certificate to the trusted certificates. Read up on your distributions documentation to find out how.