diff --git a/lib/letsencrypt.php b/lib/letsencrypt.php index 82e11b4..86cade5 100644 --- a/lib/letsencrypt.php +++ b/lib/letsencrypt.php @@ -174,7 +174,7 @@ class LetsEncrypt public function getCertificate($domain) { $stream = stream_context_create(array("ssl" => array("capture_peer_cert" => true))); - $read = fopen("https://" . $domain , "rb", false, $stream); + $read = fopen("https://" . $domain, "rb", false, $stream); $cont = stream_context_get_params($read); return $cont; diff --git a/tpl/webadmin-letsencrypt.tpl.php b/tpl/webadmin-letsencrypt.tpl.php index 9d7c881..641820e 100644 --- a/tpl/webadmin-letsencrypt.tpl.php +++ b/tpl/webadmin-letsencrypt.tpl.php @@ -21,9 +21,8 @@ if (isset($_POST['submit'])) {

Les domaines suivants seront intégrés au certificat :

";