Commit Graph

66 Commits

Author SHA1 Message Date
jim-p
40e6086ada Allow removing CA and Cert entries that are blank/empty. Fixes #3005 2013-06-18 14:43:25 -04:00
jim-p
00a695c8cd Don't restrict the content of descr when making CA/Certs, it's free-form. 2013-06-12 13:56:16 -04:00
jim-p
d4090fbfe0 Correct mouseover description for adding a certificate. Fixes #3017 2013-06-03 08:24:54 -04:00
Colin Fleming
b8e1877f48 Update "system_certmanager.php" XHTML
Add CDATA section to SCRIPT tags
Update HTML boolean operators
Close BR tags
Deprecate ampersand in ANCHOR tags
2013-04-09 12:17:17 +01:00
Chris Buechler
5077b1e453 fixup text 2013-03-13 04:55:19 -05:00
jim-p
2b33321086 Show cert start/end dates in list. 2013-02-25 14:58:14 -05:00
jim-p
28a20fdbf4 Default to using sha256 for a ca/cert digest algorithm, since sha1 is no longer recommended. 2013-02-19 09:08:01 -05:00
jim-p
741d748d72 Correct some inconsistencies in keylen/csr_keylen. Should fix csr generation errors mentioned on ticket #2820 2013-02-19 09:06:32 -05:00
jim-p
24c0145c2c Add Digest Algorithm option to the CSR screen, should fix #2820 2013-02-18 08:46:17 -05:00
jim-p
84197cec18 Apparently some systems don't like pulling this in globally, but it should work if defined locally like the other similar lists. 2013-02-10 21:10:56 -05:00
bcyrill
c1d1844aec Update usr/local/www/system_certmanager.php
Cleanup HTML
2013-02-10 20:27:29 +01:00
bcyrill
3065c8cd90 Update usr/local/www/system_certmanager.php
Add space between option's value and selected attributes. Get rid of some stray closing td tags. That's it for now.
2013-02-09 01:10:12 +01:00
bcyrill
f0664ac73f Update usr/local/www/system_certmanager.php
Add $userid check
2013-02-09 00:45:15 +01:00
jim-p
ca6219025c Allow selecting the digest algorithm when creating a CA or Cert. Implements #2765 2013-01-21 14:33:19 -05:00
bcyrill
36f6ed351a Use Certificate Manager in Captive Portal settings 2012-07-02 22:20:06 +02:00
jim-p
547c56c4fb Create $altnames earlier, and also fix a bracing issue with this if statement. Fixes certificate importing. 2012-05-14 12:39:56 -04:00
jim-p
2f65de893d Add initial support for subjectAltName - still needs some select love for the "type" field, freetext for now for testing (it does work, cert gets the specified subjectAltName). 2012-05-09 16:55:43 -04:00
Erik Fonnesbeck
b805ef90ef Carry over the key length on input errors when creating a certificate signing request. Fixes #2233 2012-02-23 18:00:06 -07:00
jim-p
eaf23c1717 Add button to download a .p12 of a cert+key. Implements #2147 2012-02-14 13:53:07 -05:00
jim-p
baa297497b Check userid better here, 0 is also valid 2012-01-06 13:31:28 -05:00
jim-p
1379d66f11 Add an indication in the certificate list to show if a certificate is internally capable of being a CA (basicConstraints has CA:TRUE) or if the nsCertType is set to server. 2011-11-10 16:37:51 -05:00
jim-p
7aaabd69b0 When creating an internal certificate, offer the user a choice of what constraints to place upon the certificate (CA, Server, or User). 2011-11-09 15:43:49 -05:00
jim-p
0fcaf4f272 Unlock the fields when making a new internal cert, so we copy the data from the CA but are not locked into it. (Cert details often differ from CA details...) 2011-07-01 11:20:09 -04:00
Warren Baker
9338cf353e Note consistency and gettext() added. 2011-06-28 12:59:01 +02:00
Evgeny Yurchenko
22b380aa6f Internal cert and CSR creation error handling added. 2011-06-23 20:28:31 -04:00
Evgeny Yurchenko
24cbe7a895 Bug #1437. Dropdown list for country codes for CSRs (Cert Manager) 2011-06-17 00:57:49 -04:00
Evgeny Yurchenko
21cc2faa85 Bug #1437. Check for invalid characters in the fields for ca, cert and csr. 2011-06-17 00:41:24 -04:00
jim-p
2f51259b41 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) 2011-06-03 09:03:11 -04:00
Bill Marquette
23b774e0cf Merge branch 'master' into yakatz-ssl 2011-05-14 11:08:39 -05:00
Chris Buechler
1dfb77950b fix typo 2011-04-27 21:10:02 -04:00
yakatz
2594f4010b missed a bit of my last commit 2011-04-21 16:05:51 -04:00
yakatz
a828210b74 checking moduli of ssl csr request and response 2011-04-21 14:29:54 -04:00
yakatz
e2e934e0c9 override option for certificate subject mismatch 2011-04-18 15:18:01 -04:00
jim-p
396cfe2ee5 Validate imported CA/Cert a bit more strongly. Should fix #1190 2011-01-13 09:33:13 -05:00
Scott Ullrich
dd5bf424c1 Fix XSS issues 2010-11-12 11:36:20 -05:00
jim-p
6a0b3ea4bf Indicate in various places if a certificate is revoked. 2010-10-21 16:00:15 -04:00
jim-p
150bbe09fb Indicate if a certificate has been revoked, both in the cert list and the user manager list. 2010-10-21 15:49:39 -04:00
jim-p
5293bfecd8 Fix some forgotten name->descr changes. 2010-10-20 15:41:25 -04:00
jim-p
f2a86ca96f Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320. 2010-10-19 14:19:44 -04:00
jim-p
3d57d2d5f4 Add CRL manager tab to other Cert Manager pages 2010-09-21 15:06:25 -04:00
jim-p
ad9b5c6783 Allow creating a user certificate, pre-fill some info, direct back to user 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. 2010-09-02 16:50:15 -04:00
jim-p
0879599c4e Only allow a certificate to be deleted if it is not currently in use. 2010-09-02 16:50:11 -04:00
jim-p
d590fa20a9 Show was a certificate is used for, if anything. 2010-09-02 16:50:10 -04:00
jim-p
b4e6524c16 CA/CERT Move 2010-09-01 15:26:50 -04:00
Renato Botelho
ea53e38ff1 gettext fixes 2010-08-12 09:44:02 -03:00
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