alexalouit / ISPConfig-letsencrypt

Let's Encrypt support for ISPConfig
67 stars 23 forks source link

"$lddomain" should be without "--domains" #3

Closed Questler closed 8 years ago

Questler commented 8 years ago

This should be without "--domains"(apache2_plugin.inc.php:956 & :959):

$lddomain = (string) "--domains $domain"; if($data['new']['subdomain'] == "www" OR $data['new']['subdomain'] == "*") { $lddomain .= (string) " --domains www." . $domain; }

alexalouit commented 8 years ago

fix in cde1917d97281b7e162719de477bf4b65a823491