Added status of certificates to the certificate list and show on which domain names the certificates are in use

This commit is contained in:
Julian Gassner
2024-12-04 03:45:56 +01:00
parent 8351dd41f6
commit 080bd0b749
10 changed files with 96 additions and 27 deletions

View File

@ -3,6 +3,7 @@
<th><%- i18n('str', 'name') %></th>
<th><%- i18n('all-hosts', 'cert-provider') %></th>
<th><%- i18n('str', 'expires') %></th>
<th><%- i18n('str', 'status') %></th>
<% if (canManage) { %>
<th>&nbsp;</th>
<% } %>