4 lines
164 B
Text
4 lines
164 B
Text
|
%for %%idx in %%range(%%len(%%zones_list))
|
||
|
%%get_chain(authority_cn=%%getVar('domain_name_eth' + %%str(%%idx)), authority_name="HTTP", hide=%%hide_secret)
|
||
|
%end for
|