dataset/seed/applicationservice/2022.03.08/openldap-server/templates/openldap.crt
2022-03-08 19:42:28 +01:00

5 lines
246 B
Text

%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, 'LDAP', extra_domainnames=%%extra_domainnames)