<%= notice %>

Listing Certificates

<% @certificates.each do |certificate| %> <% end %>
Key Cert Active
<%= certificate.key %> <%= certificate.cert %> <%= certificate.active %> <%= link_to 'Show', certificate %> <%= link_to 'Edit', edit_certificate_path(certificate) %> <%= link_to 'Destroy', certificate, method: :delete, data: { confirm: 'Are you sure?' } %>

<%= link_to 'New Certificate', new_certificate_path %>