7 lines
126 B
Text
7 lines
126 B
Text
|
% for key in keys:
|
||
|
key ${key['name']} {
|
||
|
algorithm ${key['algorithm']};
|
||
|
secret "${key['secret']}";
|
||
|
};
|
||
|
% endfor
|