Added description on how to activate the production version of Let's Encrypt

Signed-off-by: Florian Aders <eleras@froxlor.org>
This commit is contained in:
Florian Aders
2016-01-31 12:21:21 +01:00
parent e74a418405
commit c36fb7e809

View File

@@ -70,4 +70,7 @@ This has 2 known side-effects at the moment:
* The ip/port combinations don't work with the Froxlor - integration of Let's Encrypt, since it needs a certificate for the very first creation
* After creating a domain, it will have the default certificate for a short time (by default 5 minutes until the cronjob runs the next time)
It may be possible to fix these issues, but they are not a priority 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`.