From 84197cec187356cbde69fa1b17a421a44cad87b7 Mon Sep 17 00:00:00 2001 From: jim-p Date: Sun, 10 Feb 2013 21:10:56 -0500 Subject: Apparently some systems don't like pulling this in globally, but it should work if defined locally like the other similar lists. --- usr/local/www/system_camanager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/system_camanager.php') diff --git a/usr/local/www/system_camanager.php b/usr/local/www/system_camanager.php index e059c73..3c97725 100644 --- a/usr/local/www/system_camanager.php +++ b/usr/local/www/system_camanager.php @@ -46,7 +46,7 @@ $ca_methods = array( "intermediate" => gettext("Create an intermediate Certificate Authority")); $ca_keylens = array( "512", "1024", "2048", "4096"); -global $openssl_digest_algs; +$openssl_digest_algs = array("sha1", "sha224", "sha256", "sha384", "sha512"); $pgtitle = array(gettext("System"), gettext("Certificate Authority Manager")); -- cgit v1.1