summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_certmanager.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Redirect back to the CA/Cert management page after delete so a person can't ↵jim-p2011-06-031-0/+2
| | | | refresh and accidentally delete other CA/Certs. (CRLs are deleted differently and don't need this fix)
* Merge branch 'master' into yakatz-sslBill Marquette2011-05-141-1/+1
|\
| * fix typoChris Buechler2011-04-271-1/+1
| |
* | missed a bit of my last commityakatz2011-04-211-2/+2
| |
* | checking moduli of ssl csr request and responseyakatz2011-04-211-14/+23
| |
* | override option for certificate subject mismatchyakatz2011-04-181-2/+14
|/
* Validate imported CA/Cert a bit more strongly. Should fix #1190jim-p2011-01-131-0/+2
|
* Fix XSS issuesScott Ullrich2010-11-121-4/+4
|
* Indicate in various places if a certificate is revoked.jim-p2010-10-211-1/+4
|
* Indicate if a certificate has been revoked, both in the cert list and the ↵jim-p2010-10-211-0/+3
| | | | user manager list.
* Fix some forgotten name->descr changes.jim-p2010-10-201-4/+4
|
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA ↵jim-p2010-10-191-15/+15
| | | | protection and standardize field names. Ticket #320.
* Add CRL manager tab to other Cert Manager pagesjim-p2010-09-211-0/+1
|
* Allow creating a user certificate, pre-fill some info, direct back to user ↵jim-p2010-09-021-55/+136
| | | | edit screen if that is what led us here. If we are making a user certificate, give another choice to select a pre-existing certificate to associate with that user.
* Only allow a certificate to be deleted if it is not currently in use.jim-p2010-09-021-1/+7
|
* Show was a certificate is used for, if anything.jim-p2010-09-021-2/+20
|
* CA/CERT Movejim-p2010-09-011-6/+6
|
* gettext fixesRenato Botelho2010-08-121-4/+3
|
* Use array instead of explode for reqdfieldsn to fit it better with gettext() ↵Renato Botelho2010-04-281-1/+3
| | | | calls
* Fixing gettext() implementation for required fieldsVinicius Coque2010-04-281-17/+23
|
* Reviewing gettext()Carlos Eduardo Ramos2010-04-271-5/+5
|
* Addin gettext to page titleVinicius Coque2010-04-261-1/+1
|
* Gettext for System::Cert managerVinicius Coque2010-04-261-70/+70
|
* remove pfsense references, make genericChris Buechler2010-04-111-2/+2
|
* Fix typojim-p2010-02-261-1/+1
|
* increase the default cert lifetimeChris Buechler2009-12-211-1/+1
|
* fix typoChris Buechler2009-11-151-4/+4
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+3
| | | | include 2009 on files that I have asserted (C) on
* Merge branch 'master' of git://rcs.pfsense.org/pfsense/nigel-ca-chain into ↵Scott Ullrich2009-08-241-3/+8
|\ | | | | | | | | | | | | | | review/master Conflicts: etc/inc/certs.inc etc/inc/upgrade_config.inc
| * Added support for certificate chains to manager so that lighty can deliver ↵Nigel Graham2009-05-241-3/+8
| | | | | | | | them via SSL.
* | Remove certs.inc from functions.inc it is needed only by two pages ↵Ermal Luçi2009-06-181-0/+1
|/ | | | usermanager and certmanager.
* Correctly enforce limits on html input.Ermal Luçi2009-05-071-1/+1
|
* Migrate IPsec certificate management to centralized system.mgrooms2009-03-121-0/+21
|
* This is the cert manager.Scott Ullrich2008-10-301-7/+0
|
* Cleanup the tab format of the system ca/certificate pages. The edges wereMatthew Grooms2008-09-091-389/+393
| | | | | 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.
* fix typoChris Buechler2008-08-091-1/+1
|
* Implement a certificate authority and certificate webui that can be usedMatthew Grooms2008-08-091-0/+752
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