I tried to add an aliasdomain for enklave.fr, pointing to an existing domain enklave.es, with letscript certificate, this configuration: I got these errors: Code: 03.05.2026-09:47 - WARNING - Could not verify domain enklave.fr, so excluding it from let's encrypt request. 03.05.2026-09:47 - WARNING - Could not verify domain www.enklave.fr, so excluding it from let's encrypt request. The whole output from server.sh: Code: 03.05.2026-09:47 - DEBUG [plugins.inc:155] - Calling function 'check_phpini_changes' from plugin 'webserver_plugin' raised by action 'server_plugins_loaded'. 03.05.2026-09:47 - DEBUG [server:184] - Found 1 changes, starting update process. 03.05.2026-09:47 - DEBUG [modules.inc:177] - Replicated from master: REPLACE INTO `web_domain` (`domain_id`,`sys_userid`,`sys_groupid`,`sys_perm_user`,`sys_perm_group`,`sys_perm_other`,`server_id`,`ip_address`,`ipv6_address`,`domain`,`type`,`parent_domain_id`,`vhost_type`,`document_root`,`web_folder`,`system_user`,`system_group`,`hd_quota`,`traffic_quota`,`cgi`,`ssi`,`suexec`,`errordocs`,`is_subdomainwww`,`subdomain`,`php`,`ruby`,`python`,`perl`,`redirect_type`,`redirect_path`,`seo_redirect`,`rewrite_to_https`,`ssl`,`ssl_letsencrypt`,`ssl_letsencrypt_exclude`,`ssl_state`,`ssl_locality`,`ssl_organisation`,`ssl_organisation_unit`,`ssl_country`,`ssl_domain`,`ssl_request`,`ssl_cert`,`ssl_bundle`,`ssl_key`,`ssl_action`,`stats_password`,`stats_type`,`allow_override`,`apache_directives`,`nginx_directives`,`php_fpm_use_socket`,`php_fpm_chroot`,`pm`,`pm_max_children`,`pm_start_servers`,`pm_min_spare_servers`,`pm_max_spare_servers`,`pm_process_idle_timeout`,`pm_max_requests`,`php_open_basedir`,`custom_php_ini`,`backup_interval`,`backup_copies`,`backup_format_web`,`backup_format_db`,`backup_encrypt`,`backup_password`,`backup_excludes`,`active`,`traffic_quota_lock`,`proxy_directives`,`last_quota_notification`,`rewrite_rules`,`added_date`,`added_by`,`directive_snippets_id`,`enable_pagespeed`,`http_port`,`https_port`,`folder_directive_snippets`,`log_retention`,`proxy_protocol`,`server_php_id`,`jailkit_chroot_app_sections`,`jailkit_chroot_app_programs`,`delete_unused_jailkit`,`last_jailkit_update`,`last_jailkit_hash`,`disable_symlinknotowner`) VALUES ('229','1','34','riud','riud','','6',NULL,NULL,'enklave.fr','alias','200',NULL,NULL,NULL,NULL,NULL,'0','-1','y','y','y','1','1','www','y','n','n','n','','','','n','n','n','n',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'awstats','All',NULL,NULL,'y','n','ondemand','10','2','1','5','10','0',NULL,NULL,'none','1','default','gzip','n','',NULL,'y','n',NULL,NULL,NULL,NULL,NULL,'0','n','80','443',NULL,'10','n','0',NULL,NULL,'n',NULL,NULL,'n') 03.05.2026-09:47 - DEBUG [plugins.inc:118] - Calling function 'ssl' from plugin 'nginx_plugin' raised by event 'web_domain_insert'. 03.05.2026-09:47 - DEBUG [plugins.inc:118] - Calling function 'insert' from plugin 'nginx_plugin' raised by event 'web_domain_insert'. 03.05.2026-09:47 - DEBUG [system.inc:2551] - safe_exec cmd: chattr -i '/var/www/clients/client33/web200' - return code: 0 03.05.2026-09:47 - DEBUG [system.inc:2551] - safe_exec cmd: chattr +i '/var/www/clients/client33/web200' - return code: 0 03.05.2026-09:47 - DEBUG [system.inc:2551] - safe_exec cmd: df -T '/var/www/clients/client33/web200'|awk 'END{print $2,$NF}' - return code: 0 03.05.2026-09:47 - DEBUG [system.inc:2551] - safe_exec cmd: which 'setquota' 2> /dev/null - return code: 0 03.05.2026-09:47 - DEBUG [system.inc:2551] - safe_exec cmd: setquota -u 'web200' '8388608' '8389632' 0 0 -a &> /dev/null - return code: 0 setquota: Not setting block grace time on /dev/sda1 because softlimit is not exceeded. setquota: Not setting inode grace time on /dev/sda1 because softlimit is not exceeded. 03.05.2026-09:47 - DEBUG [system.inc:2551] - safe_exec cmd: setquota -T -u 'web200' 604800 604800 -a &> /dev/null - return code: 0 03.05.2026-09:47 - DEBUG [system.inc:2551] - safe_exec cmd: chattr +i '/var/www/clients/client33/web200' - return code: 0 03.05.2026-09:47 - DEBUG [letsencrypt.inc:388] - Verified domain enklave.es should be reachable for let's encrypt. 03.05.2026-09:47 - DEBUG [letsencrypt.inc:388] - Verified domain www.enklave.es should be reachable for let's encrypt. 03.05.2026-09:47 - WARNING - Could not verify domain enklave.fr, so excluding it from let's encrypt request. 03.05.2026-09:47 - WARNING - Could not verify domain www.enklave.fr, so excluding it from let's encrypt request. 03.05.2026-09:47 - DEBUG [letsencrypt.inc:74] - acme.sh version is 3.1.3, so using --keylength ec-256 instead of --keylength 4096 03.05.2026-09:47 - DEBUG [system.inc:2116] - Trying to use Systemd to restart service 03.05.2026-09:47 - DEBUG [system.inc:2551] - safe_exec cmd: systemctl is-enabled 'nginx' 2>&1 - return code: 0 03.05.2026-09:47 - DEBUG [letsencrypt.inc:469] - Create Let's Encrypt SSL Cert for enklave.es (ECDSA) via acme.sh, domains to include: enklave.es, www.enklave.es 03.05.2026-09:47 - DEBUG [system.inc:1839] - exec: R=0 ; C=0 ; /root/.acme.sh/acme.sh --log '/var/log/ispconfig/acme.log' --issue -d 'enklave.es' -d 'www.enklave.es' -w /usr/local/ispconfig/interface/acme --always-force-new-domain-key --ecc --keylength ec-256 ; R=$? ; if [ $R -eq 0 ] || [ $R -eq 2 ]; then : ; /root/.acme.sh/acme.sh --log '/var/log/ispconfig/acme.log' --install-cert -d 'enklave.es' -d 'www.enklave.es' --ecc --key-file '/var/www/clients/client33/web200/ssl/enklave.es-le.key' --fullchain-file '/var/www/clients/client33/web200/ssl/enklave.es-le.crt' --reloadcmd 'systemctl force-reload nginx.service' ; C=$? ; fi ; if [ $C -eq 0 ] ; then exit $R ; else exit $C ; fi 03.05.2026-09:48 - DEBUG [nginx plugin.inc:1403] - Enable SSL for: enklave.es 03.05.2026-09:48 - DEBUG [system.inc:2551] - safe_exec cmd: nginx -V 2>&1 | grep 'built with OpenSSL' | sed 's/.*built\([a-zA-Z ]*\)OpenSSL \([0-9.]*\).*/\2/' - return code: 0 03.05.2026-09:48 - DEBUG [system.inc:2551] - safe_exec cmd: nginx -V 2>&1 | grep 'running with OpenSSL' | sed 's/.*running\([a-zA-Z ]*\)OpenSSL \([0-9.]*\).*/\2/' - return code: 0 03.05.2026-09:48 - DEBUG [system.inc:2551] - safe_exec cmd: which 'nginx' 2> /dev/null - return code: 0 03.05.2026-09:48 - DEBUG [nginx plugin.inc:1631] - Enable TLS 1.3 for: enklave.es 03.05.2026-09:48 - DEBUG [system.inc:2551] - safe_exec cmd: which 'nginx' 2> /dev/null - return code: 0 03.05.2026-09:48 - DEBUG [system.inc:2551] - safe_exec cmd: which 'nginx' 2> /dev/null - return code: 0 03.05.2026-09:48 - DEBUG [system.inc:2551] - safe_exec cmd: which 'nginx' 2> /dev/null - return code: 0 03.05.2026-09:48 - DEBUG [nginx plugin.inc:1706] - Add server alias: enklave.fr 03.05.2026-09:48 - DEBUG [nginx plugin.inc:1934] - Writing the vhost file: /etc/nginx/sites-available/enklave.es.vhost 03.05.2026-09:48 - DEBUG [nginx plugin.inc:3062] - Writing the PHP-FPM config file: /etc/php/8.4/fpm/pool.d/web200.conf 03.05.2026-09:48 - DEBUG [services.inc:56] - Calling function 'restartPHP_FPM' from module 'web_module'. 03.05.2026-09:48 - DEBUG [system.inc:2116] - Trying to use Systemd to restart service 03.05.2026-09:48 - DEBUG [system.inc:2551] - safe_exec cmd: systemctl is-enabled 'php8.4-fpm' 2>&1 - return code: 0 03.05.2026-09:48 - DEBUG [web module.inc:316] - Restarting php-fpm: systemctl reload php8.4-fpm.service 03.05.2026-09:48 - DEBUG [nginx plugin.inc:2037] - nginx status is: running 03.05.2026-09:48 - DEBUG [services.inc:56] - Calling function 'restartHttpd' from module 'web_module'. 03.05.2026-09:48 - DEBUG [system.inc:2116] - Trying to use Systemd to restart service 03.05.2026-09:48 - DEBUG [system.inc:2551] - safe_exec cmd: systemctl is-enabled 'nginx' 2>&1 - return code: 0 03.05.2026-09:48 - DEBUG [web module.inc:236] - Checking nginx configuration... 03.05.2026-09:48 - DEBUG [web module.inc:239] - nginx configuration ok! 03.05.2026-09:48 - DEBUG [web module.inc:246] - Restarting httpd: systemctl restart nginx.service 03.05.2026-09:48 - DEBUG [nginx plugin.inc:2040] - nginx restart return value is: 0 03.05.2026-09:48 - DEBUG [nginx plugin.inc:2047] - nginx online status after restart is: running 03.05.2026-09:48 - DEBUG [modules.inc:205] - Processed datalog_id 6000 03.05.2026-09:48 - DEBUG [server:224] - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock finished server.php.
It seems like a problem with DNS, but if I add a new site instead of an aliasdomain, everything goes ok: Code: 03.05.2026-09:52 - DEBUG [letsencrypt.inc:388] - Verified domain enklave.fr should be reachable for let's encrypt. 03.05.2026-09:52 - DEBUG [letsencrypt.inc:388] - Verified domain www.enklave.fr should be reachable for let's encrypt. The whole output from server.sh: Code: 03.05.2026-09:51 - DEBUG [plugins.inc:155] - Calling function 'check_phpini_changes' from plugin 'webserver_plugin' raised by action 'server_plugins_loaded'. 03.05.2026-09:51 - DEBUG [server:184] - Found 2 changes, starting update process. 03.05.2026-09:51 - DEBUG [modules.inc:177] - Replicated from master: REPLACE INTO `web_domain` (`domain_id`,`sys_userid`,`sys_groupid`,`sys_perm_user`,`sys_perm_group`,`sys_perm_other`,`server_id`,`ip_address`,`ipv6_address`,`domain`,`type`,`parent_domain_id`,`vhost_type`,`document_root`,`web_folder`,`system_user`,`system_group`,`hd_quota`,`traffic_quota`,`cgi`,`ssi`,`suexec`,`errordocs`,`is_subdomainwww`,`subdomain`,`php`,`ruby`,`python`,`perl`,`redirect_type`,`redirect_path`,`seo_redirect`,`rewrite_to_https`,`ssl`,`ssl_letsencrypt`,`ssl_letsencrypt_exclude`,`ssl_state`,`ssl_locality`,`ssl_organisation`,`ssl_organisation_unit`,`ssl_country`,`ssl_domain`,`ssl_request`,`ssl_cert`,`ssl_bundle`,`ssl_key`,`ssl_action`,`stats_password`,`stats_type`,`allow_override`,`apache_directives`,`nginx_directives`,`php_fpm_use_socket`,`php_fpm_chroot`,`pm`,`pm_max_children`,`pm_start_servers`,`pm_min_spare_servers`,`pm_max_spare_servers`,`pm_process_idle_timeout`,`pm_max_requests`,`php_open_basedir`,`custom_php_ini`,`backup_interval`,`backup_copies`,`backup_format_web`,`backup_format_db`,`backup_encrypt`,`backup_password`,`backup_excludes`,`active`,`traffic_quota_lock`,`proxy_directives`,`last_quota_notification`,`rewrite_rules`,`added_date`,`added_by`,`directive_snippets_id`,`enable_pagespeed`,`http_port`,`https_port`,`folder_directive_snippets`,`log_retention`,`proxy_protocol`,`server_php_id`,`jailkit_chroot_app_sections`,`jailkit_chroot_app_programs`,`delete_unused_jailkit`,`last_jailkit_update`,`last_jailkit_hash`,`disable_symlinknotowner`) VALUES ('230','1','34','riud','ru','','6','*','','enklave.fr','vhost','0','name','/var/www/clients/client33/web230','','web230','client33','-1','-1','n','n','y','0','1','www','no','n','n','n',NULL,NULL,NULL,'n','n','n','n',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'awstats','All',NULL,NULL,'y','n','ondemand','10','2','1','5','10','0','/var/www/clients/client33/web230/web:/var/www/clients/client33/web230/private:/var/www/clients/client33/web230/tmp:/var/www/enklave.fr/web:/srv/www/enklave.fr/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/dev/random:/dev/urandom',NULL,'none','1','default','gzip','n','',NULL,'y','n',NULL,NULL,NULL,'2026-05-03','admin','0','n','80','443',NULL,'10','n','0',NULL,NULL,'n',NULL,NULL,'n') 03.05.2026-09:51 - DEBUG [plugins.inc:118] - Calling function 'ssl' from plugin 'nginx_plugin' raised by event 'web_domain_insert'. 03.05.2026-09:51 - DEBUG [plugins.inc:118] - Calling function 'insert' from plugin 'nginx_plugin' raised by event 'web_domain_insert'. 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: useradd -d '/var/www/clients/client33/web230' -g 'client33' -G sshusers 'web230' -s /bin/false - return code: 0 03.05.2026-09:51 - DEBUG [nginx plugin.inc:463] - Adding the user: web230 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: chattr -i '/var/www/clients/client33/web230' - return code: 0 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: mkdir -p '/var/log/ispconfig/httpd/enklave.fr' - return code: 0 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: mount --bind '/var/log/ispconfig/httpd/enklave.fr' '/var/www/clients/client33/web230/log' - return code: 0 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: chattr +i '/var/www/clients/client33/web230' - return code: 0 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: ln -s '/var/www/clients/client33/web230/' '/var/www/enklave.fr' - return code: 0 03.05.2026-09:51 - DEBUG [nginx plugin.inc:742] - Creating symlink: ln -s /var/www/clients/client33/web230/ /var/www/enklave.fr 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: ln -s '/var/www/clients/client33/web230/' '/var/www/clients/client33/enklave.fr' - return code: 0 03.05.2026-09:51 - DEBUG [nginx plugin.inc:742] - Creating symlink: ln -s /var/www/clients/client33/web230/ /var/www/clients/client33/enklave.fr 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: cp '/usr/local/ispconfig/server/conf/index/standard_index.html_en' '/var/www/clients/client33/web230/web/standard_index.html' - return code: 0 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: cp '/usr/local/ispconfig/server/conf/index/favicon.ico' '/var/www/clients/client33/web230/web/' - return code: 0 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: cp '/usr/local/ispconfig/server/conf/index/robots.txt' '/var/www/clients/client33/web230/web/' - return code: 0 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: chmod -R a+r '/var/www/clients/client33/web230/web/' - return code: 0 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: df -T '/var/www/clients/client33/web230'|awk 'END{print $2,$NF}' - return code: 0 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: which 'setquota' 2> /dev/null - return code: 0 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: setquota -u 'web230' '0' '0' 0 0 -a &> /dev/null - return code: 0 setquota: Not setting block grace time on /dev/sda1 because softlimit is not exceeded. setquota: Not setting inode grace time on /dev/sda1 because softlimit is not exceeded. 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: setquota -T -u 'web230' 604800 604800 -a &> /dev/null - return code: 0 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: chown -R 'web230':'client33' '/var/www/clients/client33/web230/web' - return code: 0 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: chown 'web230':'client33' '/var/www/clients/client33/web230/web' - return code: 0 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: chattr -i '/var/www/clients/client33/web230' - return code: 0 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: usermod --groups sshusers 'web230' 2>/dev/null - return code: 0 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: chattr +i '/var/www/clients/client33/web230' - return code: 0 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: touch '/var/log/ispconfig/httpd/enklave.fr/error.log' - return code: 0 03.05.2026-09:51 - DEBUG [nginx plugin.inc:1406] - SSL Disabled. enklave.fr 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: which 'nginx' 2> /dev/null - return code: 0 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: which 'nginx' 2> /dev/null - return code: 0 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: which 'nginx' 2> /dev/null - return code: 0 03.05.2026-09:51 - DEBUG [nginx plugin.inc:1934] - Writing the vhost file: /etc/nginx/sites-available/enklave.fr.vhost 03.05.2026-09:51 - DEBUG [nginx plugin.inc:1964] - Creating symlink: /etc/nginx/sites-enabled/100-enklave.fr.vhost->/etc/nginx/sites-available/enklave.fr.vhost 03.05.2026-09:51 - DEBUG [nginx plugin.inc:2773] - Created AWStats config file: /etc/awstats/awstats.enklave.fr.conf 03.05.2026-09:51 - DEBUG [services.inc:56] - Calling function 'restartPHP_FPM' from module 'web_module'. 03.05.2026-09:51 - DEBUG [system.inc:2116] - Trying to use Systemd to restart service 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: systemctl is-enabled 'php8.2-fpm' 2>&1 - return code: 0 03.05.2026-09:51 - DEBUG [web module.inc:316] - Restarting php-fpm: systemctl reload php8.2-fpm.service 03.05.2026-09:51 - DEBUG [nginx plugin.inc:2037] - nginx status is: running 03.05.2026-09:51 - DEBUG [services.inc:56] - Calling function 'restartHttpd' from module 'web_module'. 03.05.2026-09:51 - DEBUG [system.inc:2116] - Trying to use Systemd to restart service 03.05.2026-09:51 - DEBUG [system.inc:2551] - safe_exec cmd: systemctl is-enabled 'nginx' 2>&1 - return code: 0 03.05.2026-09:51 - DEBUG [web module.inc:236] - Checking nginx configuration... 03.05.2026-09:51 - DEBUG [web module.inc:239] - nginx configuration ok! 03.05.2026-09:51 - DEBUG [web module.inc:246] - Restarting httpd: systemctl restart nginx.service 03.05.2026-09:51 - DEBUG [nginx plugin.inc:2040] - nginx restart return value is: 0 03.05.2026-09:52 - DEBUG [nginx plugin.inc:2047] - nginx online status after restart is: running 03.05.2026-09:52 - DEBUG [modules.inc:205] - Processed datalog_id 6002 03.05.2026-09:52 - DEBUG [modules.inc:177] - Replicated from master: REPLACE INTO `web_domain` (`domain_id`,`sys_userid`,`sys_groupid`,`sys_perm_user`,`sys_perm_group`,`sys_perm_other`,`server_id`,`ip_address`,`ipv6_address`,`domain`,`type`,`parent_domain_id`,`vhost_type`,`document_root`,`web_folder`,`system_user`,`system_group`,`hd_quota`,`traffic_quota`,`cgi`,`ssi`,`suexec`,`errordocs`,`is_subdomainwww`,`subdomain`,`php`,`ruby`,`python`,`perl`,`redirect_type`,`redirect_path`,`seo_redirect`,`rewrite_to_https`,`ssl`,`ssl_letsencrypt`,`ssl_letsencrypt_exclude`,`ssl_state`,`ssl_locality`,`ssl_organisation`,`ssl_organisation_unit`,`ssl_country`,`ssl_domain`,`ssl_request`,`ssl_cert`,`ssl_bundle`,`ssl_key`,`ssl_action`,`stats_password`,`stats_type`,`allow_override`,`apache_directives`,`nginx_directives`,`php_fpm_use_socket`,`php_fpm_chroot`,`pm`,`pm_max_children`,`pm_start_servers`,`pm_min_spare_servers`,`pm_max_spare_servers`,`pm_process_idle_timeout`,`pm_max_requests`,`php_open_basedir`,`custom_php_ini`,`backup_interval`,`backup_copies`,`backup_format_web`,`backup_format_db`,`backup_encrypt`,`backup_password`,`backup_excludes`,`active`,`traffic_quota_lock`,`proxy_directives`,`last_quota_notification`,`rewrite_rules`,`added_date`,`added_by`,`directive_snippets_id`,`enable_pagespeed`,`http_port`,`https_port`,`folder_directive_snippets`,`log_retention`,`proxy_protocol`,`server_php_id`,`jailkit_chroot_app_sections`,`jailkit_chroot_app_programs`,`delete_unused_jailkit`,`last_jailkit_update`,`last_jailkit_hash`,`disable_symlinknotowner`) VALUES ('230','1','34','riud','ru','','6','*','','enklave.fr','vhost','0','name','/var/www/clients/client33/web230','','web230','client33','-1','-1','n','n','y','0','1','www','no','n','n','n',NULL,NULL,NULL,'n','y','y','n',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'awstats','All',NULL,NULL,'y','n','ondemand','10','2','1','5','10','0','/var/www/clients/client33/web230/web:/var/www/clients/client33/web230/private:/var/www/clients/client33/web230/tmp:/var/www/enklave.fr/web:/srv/www/enklave.fr/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/dev/random:/dev/urandom',NULL,'none','1','default','gzip','n','',NULL,'y','n',NULL,NULL,NULL,'2026-05-03','admin','0','n','80','443',NULL,'10','n','0',NULL,NULL,'n',NULL,NULL,'n') 03.05.2026-09:52 - DEBUG [plugins.inc:118] - Calling function 'ssl' from plugin 'nginx_plugin' raised by event 'web_domain_update'. 03.05.2026-09:52 - DEBUG [plugins.inc:118] - Calling function 'update' from plugin 'nginx_plugin' raised by event 'web_domain_update'. 03.05.2026-09:52 - DEBUG [system.inc:2551] - safe_exec cmd: chattr -i '/var/www/clients/client33/web230' - return code: 0 03.05.2026-09:52 - DEBUG [system.inc:2551] - safe_exec cmd: chattr +i '/var/www/clients/client33/web230' - return code: 0 03.05.2026-09:52 - DEBUG [system.inc:2551] - safe_exec cmd: df -T '/var/www/clients/client33/web230'|awk 'END{print $2,$NF}' - return code: 0 03.05.2026-09:52 - DEBUG [system.inc:2551] - safe_exec cmd: which 'setquota' 2> /dev/null - return code: 0 03.05.2026-09:52 - DEBUG [system.inc:2551] - safe_exec cmd: setquota -u 'web230' '0' '0' 0 0 -a &> /dev/null - return code: 0 setquota: Not setting block grace time on /dev/sda1 because softlimit is not exceeded. setquota: Not setting inode grace time on /dev/sda1 because softlimit is not exceeded. 03.05.2026-09:52 - DEBUG [system.inc:2551] - safe_exec cmd: setquota -T -u 'web230' 604800 604800 -a &> /dev/null - return code: 0 03.05.2026-09:52 - DEBUG [system.inc:2551] - safe_exec cmd: chattr +i '/var/www/clients/client33/web230' - return code: 0 03.05.2026-09:52 - DEBUG [letsencrypt.inc:388] - Verified domain enklave.fr should be reachable for let's encrypt. 03.05.2026-09:52 - DEBUG [letsencrypt.inc:388] - Verified domain www.enklave.fr should be reachable for let's encrypt. 03.05.2026-09:52 - DEBUG [letsencrypt.inc:74] - acme.sh version is 3.1.3, so using --keylength ec-256 instead of --keylength 4096 03.05.2026-09:52 - DEBUG [system.inc:2116] - Trying to use Systemd to restart service 03.05.2026-09:52 - DEBUG [system.inc:2551] - safe_exec cmd: systemctl is-enabled 'nginx' 2>&1 - return code: 0 03.05.2026-09:52 - DEBUG [letsencrypt.inc:469] - Create Let's Encrypt SSL Cert for enklave.fr (ECDSA) via acme.sh, domains to include: enklave.fr, www.enklave.fr 03.05.2026-09:52 - DEBUG [system.inc:1839] - exec: R=0 ; C=0 ; /root/.acme.sh/acme.sh --log '/var/log/ispconfig/acme.log' --issue -d 'enklave.fr' -d 'www.enklave.fr' -w /usr/local/ispconfig/interface/acme --always-force-new-domain-key --ecc --keylength ec-256 ; R=$? ; if [ $R -eq 0 ] || [ $R -eq 2 ]; then : ; /root/.acme.sh/acme.sh --log '/var/log/ispconfig/acme.log' --install-cert -d 'enklave.fr' -d 'www.enklave.fr' --ecc --key-file '/var/www/clients/client33/web230/ssl/enklave.fr-le.key' --fullchain-file '/var/www/clients/client33/web230/ssl/enklave.fr-le.crt' --reloadcmd 'systemctl force-reload nginx.service' ; C=$? ; fi ; if [ $C -eq 0 ] ; then exit $R ; else exit $C ; fi 03.05.2026-09:52 - DEBUG [nginx plugin.inc:1403] - Enable SSL for: enklave.fr 03.05.2026-09:52 - DEBUG [system.inc:2551] - safe_exec cmd: nginx -V 2>&1 | grep 'built with OpenSSL' | sed 's/.*built\([a-zA-Z ]*\)OpenSSL \([0-9.]*\).*/\2/' - return code: 0 03.05.2026-09:52 - DEBUG [system.inc:2551] - safe_exec cmd: nginx -V 2>&1 | grep 'running with OpenSSL' | sed 's/.*running\([a-zA-Z ]*\)OpenSSL \([0-9.]*\).*/\2/' - return code: 0 03.05.2026-09:52 - DEBUG [system.inc:2551] - safe_exec cmd: which 'nginx' 2> /dev/null - return code: 0 03.05.2026-09:52 - DEBUG [nginx plugin.inc:1631] - Enable TLS 1.3 for: enklave.fr 03.05.2026-09:52 - DEBUG [system.inc:2551] - safe_exec cmd: which 'nginx' 2> /dev/null - return code: 0 03.05.2026-09:52 - DEBUG [system.inc:2551] - safe_exec cmd: which 'nginx' 2> /dev/null - return code: 0 03.05.2026-09:52 - DEBUG [system.inc:2551] - safe_exec cmd: which 'nginx' 2> /dev/null - return code: 0 03.05.2026-09:52 - DEBUG [nginx plugin.inc:1934] - Writing the vhost file: /etc/nginx/sites-available/enklave.fr.vhost 03.05.2026-09:52 - DEBUG [nginx plugin.inc:2037] - nginx status is: running 03.05.2026-09:52 - DEBUG [services.inc:56] - Calling function 'restartHttpd' from module 'web_module'. 03.05.2026-09:52 - DEBUG [system.inc:2116] - Trying to use Systemd to restart service 03.05.2026-09:52 - DEBUG [system.inc:2551] - safe_exec cmd: systemctl is-enabled 'nginx' 2>&1 - return code: 0 03.05.2026-09:52 - DEBUG [web module.inc:236] - Checking nginx configuration... 03.05.2026-09:52 - DEBUG [web module.inc:239] - nginx configuration ok! 03.05.2026-09:52 - DEBUG [web module.inc:246] - Restarting httpd: systemctl restart nginx.service 03.05.2026-09:52 - DEBUG [nginx plugin.inc:2040] - nginx restart return value is: 0 03.05.2026-09:52 - DEBUG [nginx plugin.inc:2047] - nginx online status after restart is: running 03.05.2026-09:52 - DEBUG [modules.inc:205] - Processed datalog_id 6003 03.05.2026-09:52 - DEBUG [server:224] - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock finished server.php. Any idea on what is going wrong?
Remove the website that you added as a test and add it as aliasdomain again. Most likely dns was not ready at the time you added it as alias domain and at the time you added it as a website, dns was ready and therefore it worked then.
I tried it repeatedly, creating both the site and the alias, even several days apart, and I always got the same result: alias: warning, site: successful. Thank you so much for your help.
Solved! 1. Create the aliasdomain 2. Ignore the warnings 3. Disable the main site and enable again, this creates certificate for main site an aliasdomain. Thanks!