Revision 1c2b01a7
Added by Jim Pingle over 9 years ago
src/usr/local/www/system_certmanager.php | ||
---|---|---|
72 | 72 |
|
73 | 73 |
$cert_keylens = array("512", "1024", "2048", "4096"); |
74 | 74 |
$cert_types = array( |
75 |
"ca" => "Certificate Authority", |
|
76 | 75 |
"server" => "Server Certificate", |
77 | 76 |
"user" => "User Certificate"); |
78 | 77 |
|
Also available in: Unified diff
Do not offer the "CA" type when creating a certificate. CAs should only be made on the CAs tab. Fixes #5924