summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_camanager.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Correctly enforce limits on html input.Ermal Luçi2009-05-071-1/+1
|
* Cleanup the tab format of the system ca/certificate pages. The edges wereMatthew Grooms2008-09-091-228/+230
| | | | | square instead of rounded like most pfSense pages. While here, fix a bug that made the submit button disappear when it shouldn't.
* Add options to export ca, certificate and user certificate data from theMatthew Grooms2008-09-031-0/+21
| | | | webui.
* Rework most of the OpenVPN support. The interfaces have been updated toMatthew Grooms2008-08-261-4/+0
| | | | | | | | | | not use the pkg system and the configuration has been migrated to an openvpn prefix. The centralized user and certificate manager is now used to support the openvpn configurations. Most of the files removed in this commit were not being referenced. This commit also splits out the certificate management components into a new system menu item.
* Implement a certificate authority and certificate webui that can be usedMatthew Grooms2008-08-091-0/+459
to centrally manage this data. There are no consumers at this time. This interface allow for the following ... Certificate Authority Manager: - List certificates authorities - Import existing certificate authority - Create internal certificate authority Certificate Manager: - List certificates - Import existing certificate - Create internal certificate using an internal CA - Generate certificate signing request for external CAs - Process certificate signing response from external CAs Certificate revocation is not currently implemented. The user system will also be extended to allow for user specific certificate management in a follow-up commit.
OpenPOWER on IntegriCloud