From c36fb7e8091e314061b0d6e9553d1a1da7ebf125 Mon Sep 17 00:00:00 2001 From: Florian Aders Date: Sun, 31 Jan 2016 12:21:21 +0100 Subject: [PATCH] Added description on how to activate the production version of Let's Encrypt Signed-off-by: Florian Aders --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a24b395..a64d536e 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +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