<%= notice %>
| 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?' } %> |