index.html.erb 246 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <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 -%>