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 b9dc3b8 commit 7d4db1dCopy full SHA for 7d4db1d
install/lib/installer_base.lib.php
@@ -2946,7 +2946,7 @@ public function make_ispconfig_ssl_cert() {
2946
}
2947
2948
// Get the default LE client name and version
2949
- $le_client = explode("\n", shell_exec('which letsencrypt certbot /root/.local/share/letsencrypt/bin/letsencrypt /opt/eff.org/certbot/venv/bin/certbot'));
+ $le_client = explode("\n", shell_exec('which certbot /root/.local/share/letsencrypt/bin/letsencrypt /opt/eff.org/certbot/venv/bin/certbot letsencrypt'));
2950
$le_client = reset($le_client);
2951
2952
// Check for Neilpang acme.sh as well
0 commit comments