We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9928df1 commit 64c39d1Copy full SHA for 64c39d1
Lescript.php
@@ -6,7 +6,7 @@ class Lescript
6
{
7
public $ca = 'https://acme-v01.api.letsencrypt.org';
8
// public $ca = 'https://acme-staging.api.letsencrypt.org'; // testing
9
- public $license = 'https://letsencrypt.org/documents/LE-SA-v1.0.1-July-27-2015.pdf';
+ public $license = 'https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf';
10
public $countryCode = 'CZ';
11
public $state = "Czech Republic";
12
0 commit comments