jabber: siteCerts -> hostCerts
This commit is contained in:
parent
cac1b7bd3e
commit
6123ed9965
|
@ -86,7 +86,7 @@ let
|
|||
certfiles = concatMapAttrsToList
|
||||
(site: siteOpts:
|
||||
if (siteOpts.enableACME) then
|
||||
(siteCerts siteOpts.hostname)
|
||||
(hostCerts siteOpts.hostname)
|
||||
else [])
|
||||
cfg.sites;
|
||||
|
||||
|
|
Loading…
Reference in New Issue