mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-17 15:04:34 +00:00
Client certificate support is added as a new separate type of option for access-lists. This commit is the support code to enable access-lists to contain Client Certificate references.
16 lines
457 B
Plaintext
16 lines
457 B
Plaintext
<thead>
|
|
<th width="30"> </th>
|
|
<th><%- i18n('str', 'name') %></th>
|
|
<th><%- i18n('access-lists', 'authorization') %></th>
|
|
<th><%- i18n('access-lists', 'client-certificates') %></th>
|
|
<th><%- i18n('access-lists', 'access') %></th>
|
|
<th><%- i18n('access-lists', 'satisfy') %></th>
|
|
<th><%- i18n('proxy-hosts', 'title') %></th>
|
|
<% if (canManage) { %>
|
|
<th> </th>
|
|
<% } %>
|
|
</thead>
|
|
<tbody>
|
|
<!-- items -->
|
|
</tbody>
|