index.html.erb 246 Bytes
<h1>Dashboard#index</h1>
<p><%= @cert.cert_fpr %></p>
<p>Serial: <%= @cert.cert.serial %></p>
<% @hosts.each do |host| -%>
<p><%= host.config.inspect %></p>
<% end -%>
<% @certificates.each do |cert| -%>
<p><%= cert.fingerprint %></p>
<% end -%>