Apparently some systems don't like pulling this in globally, but it should work if defined locally like the other similar lists.
Update usr/local/www/system_camanager.php
Cleanup HTML
Properly close the anchor tag and fix ampersand.
Allow selecting the digest algorithm when creating a CA or Cert. Implements #2765
Describe the serial field on imported CA more clearly. Resolves #2031
fix text
Internal CA creation error handling added.
Intermediate CAs and openssl_xxx() error checking in CA management.
Bug #1437. Check for invalid characters in the fields for ca, cert and csr.
Bug #1437. Dropdown list for country codes (CA manager)
Redirect back to the CA/Cert management page after delete so a person can't refresh and accidentally delete other CA/Certs. (CRLs are deleted differently and don't need this fix)
When deleting a CA, delete its associated CRLs.
Reject encrypted CA private keys. Resolves #1446
Allow editing of CAs, so that imported CAs can have their private keys added later (mainly affected users upgrading from 1.2.3 and wanting to use the cert manager). Also, allow editing the CA's serial, since this shouldn't really be 0 for imported CAs, but the serial of the last cert that was made from this CA.
Validate imported CA/Cert a bit more strongly. Should fix #1190
Fix XSS issues
Fix some forgotten name->descr changes.
Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320.
Add CRL manager tab to other Cert Manager pages
CA/CERT Move
gettext fixes
Allow importing of a CA's private key (optionally).
Fix some errors in spelling, punctuation, grammar, etc.
add gettext() calls on missing places
Fixing gettext() implementation for required fields
Reviewing gettext()
Gettext for System::Cert manager
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
Include certs.inc explicitly.
Added support for certificate chains to manager so that lighty can deliver them via SSL.
Correctly enforce limits on html input.
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...