https://bugs.koozali.org/show_bug.cgi?id=13417

--- Comment #2 from John Crisp <[email protected]> ---
I think there is some confusion with the hostsOverride setting

According to the docs

hostOverride    disabled        yes,disabled    

default disabled, if disabled will only ask cert for hosts (if selected
according to configure and "letsencryptSSLcert enabled") for hosts with
type=Self. 

*If set to yes will include any listed hosts whether remote or local. *


So I set hostOverride yes but I do not get hosts set as Local,letsencrypt
enabled.

If I set is disabled I do get the extra hosts.

This is the reverse of what is expected and documented.


In 10Domains this should be modified something like this?

diff -ruN 10Domains.old 10Domains
--- 10Domains.old       2026-02-03 14:36:28.530787303 +0100
+++ 10Domains   2026-02-03 14:36:58.172196539 +0100
@@ -62,7 +62,7 @@

             # overide hostOverride : default disabled do not ask if host is
not self
             my $type = $hostsDB->get_prop( "$fqdn", 'HostType' ) || "Self";
-            next unless ( $type eq "Self" || $hostOverride eq "disabled");
+            next unless ( $type eq "Self" || $hostOverride eq "yes");

             # check if host related to current domain
             # Lets get the hostname

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to