Should be a string, not a list
This commit is contained in:
parent
82d7b91d25
commit
00e8e764ac
|
@ -84,7 +84,7 @@ let
|
|||
certfiles = concatMapAttrsToList
|
||||
(site: siteOpts:
|
||||
if (siteOpts.enableACME) then
|
||||
(hostCerts [siteOpts.hostname])
|
||||
(hostCerts siteOpts.hostname)
|
||||
else [])
|
||||
cfg.sites;
|
||||
|
||||
|
|
Loading…
Reference in New Issue