mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
0a54f1162a
commit
1c2b01a74e
@ -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");
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user