dataset/seed/applicationservice/2022.03.08/dovecot/templates/postfix.crt

6 lines
252 B
Text
Raw Normal View History

2022-03-08 19:42:28 +01:00
%set %%extra_domainnames = []
%for %%idx in %%range(1, %%number_of_interfaces)
%%extra_domainnames.append(%%getVar('domain_name_eth' + %%str(%%idx)))
%end for
%%get_certificate(%%domain_name_eth0, "MailServer", extra_domainnames=%%extra_domainnames)