File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2841,9 +2841,9 @@ public function make_ispconfig_ssl_cert() {
28412841
28422842 // If this is a webserver
28432843 if ($ conf ['nginx ' ]['installed ' ] == true )
2844- exec ("$ le_client $ certonly $ acme_version --nginx --email postmaster@ $ hostname $ renew_hook " );
2844+ exec ("$ le_client $ certonly $ acme_version --nginx --email postmaster@ $ hostname -d $ hostname $ renew_hook " );
28452845 elseif ($ conf ['apache ' ]['installed ' ] == true )
2846- exec ("$ le_client $ certonly $ acme_version --apache --email postmaster@ $ hostname $ renew_hook " );
2846+ exec ("$ le_client $ certonly $ acme_version --apache --email postmaster@ $ hostname -d $ hostname $ renew_hook " );
28472847 // Else, it is not webserver, so we use standalone
28482848 else
28492849 exec ("$ le_client $ certonly $ acme_version --standalone --email postmaster@ $ hostname -d $ hostname $ hook " );
You can’t perform that action at this time.
0 commit comments