Project

General

Profile

Actions

Feature #6795

closed

User certificate for webGUI login

Added by Andrew Webster over 7 years ago. Updated over 4 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
09/19/2016
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:

Description

It would be practical to allow the administrator to enable user certificate required for webGUI signin.
This would allow remote administration without exposing the box to brute force password attacks.

According to Nginx documentation enabling the feature is pretty simple:
ssl_client_certificate /path/to/ca.crt;
ssl_verify_client optional; # or `on` if you require client key

Challenges:
1. An internal-ca or externally imported CA isn't actually stored as a file anywhere in the filesystem, Nginx needs to point to a file to do user certificate validation. The config file manager would need some sort of hook to write out the CA to the filesystem, perhaps in the /cf partition.
2. Nginx config file is built dynamically, so this change would need to hook into the building process of the file.

Actions #1

Updated by Jim Pingle over 4 years ago

  • Status changed from New to Duplicate

Duplicate of #8694

Actions

Also available in: Atom PDF