3 lines
166 B
Text
3 lines
166 B
Text
%for %%idx in %%range(0, %%number_of_interfaces)
|
|
%%get_chain(authority_cn=%%getVar('domain_name_eth' + %%str(%%idx)), authority_name="InternalReverseProxy")
|
|
%end for
|