Commit Graph

21 Commits

Author SHA1 Message Date
Renato Botelho
76d49f20d0 Use array instead of explode for reqdfieldsn to fit it better with gettext() calls 2010-04-28 13:17:19 -03:00
Vinicius Coque
38fb1109ce Fixing gettext() implementation for required fields 2010-04-28 12:45:21 -03:00
Carlos Eduardo Ramos
e64aa6f8d5 Reviewing gettext() 2010-04-27 14:07:26 -03:00
Vinicius Coque
51e4f7a3a7 Addin gettext to page title 2010-04-26 16:57:27 -03:00
Vinicius Coque
a37753d7cc Gettext for System::Cert manager 2010-04-26 11:13:33 -03:00
Chris Buechler
1e027f7bf1 remove pfsense references, make generic 2010-04-11 17:16:06 -04:00
jim-p
423afd2d43 Fix typo 2010-02-26 18:23:31 -05:00
Chris Buechler
cf36049547 increase the default cert lifetime 2009-12-21 02:32:21 -05:00
Chris Buechler
5d55ecfc05 fix typo 2009-11-15 17:27:20 -05:00
Scott Ullrich
1d333258dc Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on 2009-09-14 21:49:40 -04:00
Scott Ullrich
d43ad788f2 Merge branch 'master' of git://rcs.pfsense.org/pfsense/nigel-ca-chain into review/master
Conflicts:
	etc/inc/certs.inc
	etc/inc/upgrade_config.inc
2009-08-24 18:15:25 -04:00
Ermal Luçi
14f5ae084e Remove certs.inc from functions.inc it is needed only by two pages usermanager and certmanager. 2009-06-18 19:59:30 +00:00
Nigel Graham
2cf6ddcbb9 Added support for certificate chains to manager so that lighty can deliver them via SSL. 2009-05-24 08:36:21 +02:00
Ermal Luçi
cee476e886 Correctly enforce limits on html input. 2009-05-07 20:37:27 +00:00
mgrooms
73fbece8f1 Migrate IPsec certificate management to centralized system. 2009-03-12 08:06:17 +00:00
Scott Ullrich
db67bc2a84 This is the cert manager. 2008-10-30 05:17:26 +00:00
Matthew Grooms
96c7a492be Cleanup the tab format of the system ca/certificate pages. The edges were
square instead of rounded like most pfSense pages. While here, fix a bug
that made the submit button disappear when it shouldn't.
2008-09-09 06:19:45 +00:00
Matthew Grooms
93823b1014 Add options to export ca, certificate and user certificate data from the
webui.
2008-09-03 03:53:11 +00:00
Matthew Grooms
d799787e49 Rework most of the OpenVPN support. The interfaces have been updated to
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.
2008-08-26 04:48:04 +00:00
Chris Buechler
8ea4b40c9b fix typo 2008-08-09 20:39:34 +00:00
Matthew Grooms
64cc39d3dd Implement a certificate authority and certificate webui that can be used
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.
2008-08-09 00:06:08 +00:00