mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-17 23:14:33 +00:00
Add support for adding Client Certificates to access-lists
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.
This commit is contained in:
@ -234,7 +234,10 @@
|
||||
"access-add": "Add",
|
||||
"auth-add": "Add",
|
||||
"search": "Search Access…",
|
||||
"client-certificates": "Client Certificates"
|
||||
"client-certificates": "Client Certificates",
|
||||
"clientca-add": "Add",
|
||||
"clientca-del": "Del",
|
||||
"clientca-count": "{count} {count, select, 1{Authority} other{Authorities}}"
|
||||
},
|
||||
"users": {
|
||||
"title": "Users",
|
||||
|
Reference in New Issue
Block a user