Franziska Kunsmann
9d9e33977a
All checks were successful
bundlewrap/pipeline/head This commit looks good
6 lines
126 B
Text
6 lines
126 B
Text
% for key in keys:
|
|
key ${key['name']} {
|
|
algorithm ${key['algorithm']};
|
|
secret "${key['secret']}";
|
|
};
|
|
% endfor
|