diff --git a/README.md b/README.md index 1ef04e54..62054376 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ http://files.froxlor.org/gentoo/repositories.xml ## Let's Encrypt support -This version of Froxlor contains a test - version of support for [Let's Encrypt](https://letsencrypt.org). This is (as Let's Encrypt is in itself) -still a beta - version and may break your system. The way it currently works is by creating a (sub-)domain with the default system - certificate, +This version of Froxlor contains a test implementation of support for [Let's Encrypt](https://letsencrypt.org). This is (as Let's Encrypt is in itself) +still a beta version and may break your system. The way it currently works is by creating a (sub-)domain with the default system - certificate, after which the Let's Encrypt cronjob orders the certificate for this (sub-)domain and inserts the certificates in the database. With the next run of the default cronjob, the certificates will be updated on the disk and the webserver reloaded. @@ -72,5 +72,5 @@ This has 2 known side-effects at the moment: It may be possible to fix these issues, but they are not a priority at the moment -**By default the testing version of Let's Encrypt is used**. To activate the production version, change the `$ca` in `lib/classes/ssl/class.lescript.php` -to `https://acme-v01.api.letsencrypt.org`. \ No newline at end of file +**By default the testing environment of Let's Encrypt is used**. This issues certificates which will not be signed by a known certificate authority. +To activate the production system, change the `$ca` in `lib/classes/ssl/class.lescript.php` to `https://acme-v01.api.letsencrypt.org`. \ No newline at end of file