gettext fixes
Use array instead of explode for reqdfieldsn to fit it better with gettext() calls
Fixing gettext() implementation for required fields
Reviewing gettext()
Addin gettext to page title
Gettext for System::Cert manager
remove pfsense references, make generic
Fix typo
increase the default cert lifetime
fix typo
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on
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
Remove certs.inc from functions.inc it is needed only by two pages usermanager and certmanager.
Added support for certificate chains to manager so that lighty can deliver them via SSL.
Correctly enforce limits on html input.
Migrate IPsec certificate management to centralized system.
This is the cert manager.
Cleanup the tab format of the system ca/certificate pages. The edges weresquare instead of rounded like most pfSense pages. While here, fix a bugthat made the submit button disappear when it shouldn't.
Add options to export ca, certificate and user certificate data from thewebui.
Rework most of the OpenVPN support. The interfaces have been updated tonot use the pkg system and the configuration has been migrated to anopenvpn prefix. The centralized user and certificate manager is now usedto support the openvpn configurations. Most of the files removed in this...
Implement a certificate authority and certificate webui that can be usedto centrally manage this data. There are no consumers at this time. Thisinterface allow for the following ...
Certificate Authority Manager:- List certificates authorities- Import existing certificate authority...