forked from stove/dataset
3 lines
227 B
Text
3 lines
227 B
Text
%for %%idx in %%range(%%len(%%zones_list))
|
|
%%get_chain(cn=%%getVar('domain_name_eth' + %%str(%%idx)), authority_cn=%%getVar('domain_name_eth' + %%str(%%idx)), authority_name="InternalReverseProxy", hide=%%hide_secret)
|
|
%end for
|