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:
-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.