Do not offer the "CA" type when creating a certificate. CAs should only be made on the CAs tab. Fixes #5924

This commit is contained in:
jim-p 2016-02-24 15:49:15 -05:00
parent 0a54f1162a
commit 1c2b01a74e

View File

@ -72,7 +72,6 @@ $cert_methods = array(
$cert_keylens = array("512", "1024", "2048", "4096");
$cert_types = array(
"ca" => "Certificate Authority",
"server" => "Server Certificate",
"user" => "User Certificate");