mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-19 16:04:34 +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:
7
frontend/js/app/nginx/access/form/clientca.js
Normal file
7
frontend/js/app/nginx/access/form/clientca.js
Normal file
@ -0,0 +1,7 @@
|
||||
const Mn = require('backbone.marionette');
|
||||
const template = require('./clientca.ejs');
|
||||
|
||||
module.exports = Mn.View.extend({
|
||||
template: template,
|
||||
className: 'row'
|
||||
});
|
Reference in New Issue
Block a user