dataset/seed/dovecot/templates/postfix.crt

9 lines
306 B
Text
Raw Normal View History

2022-03-08 19:42:28 +01:00
%set %%extra_domainnames = []
2022-06-24 19:00:16 +02:00
%for %%idx in %%range(%%len(%%zones_list))
%if not %%idx
%continue
%end if
2022-03-08 19:42:28 +01:00
%%extra_domainnames.append(%%getVar('domain_name_eth' + %%str(%%idx)))
%end for
2022-06-24 19:00:16 +02:00
%%get_certificate(%%domain_name_eth0, "MailServer", extra_domainnames=%%extra_domainnames, hide=%%hide_secret)