jabber: siteCerts -> hostCerts

This commit is contained in:
Peter Selby 2021-12-23 05:17:29 -08:00
parent cac1b7bd3e
commit 6123ed9965
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ let
certfiles = concatMapAttrsToList
(site: siteOpts:
if (siteOpts.enableACME) then
(siteCerts siteOpts.hostname)
(hostCerts siteOpts.hostname)
else [])
cfg.sites;