#!/bin/sh <% @certificates.each_value do |certificate| -%> <% certificate[:nodes].each do |host| -%> /srv/acme.openstreetmap.org/bin/check-certificate <%= host[:name] %> <%= host[:address] %> <%= certificate[:domains].join(" ") %> <% end -%> <% end -%>