array("post", "integer", ""), "crt" => array("post", "string", ""), "chain" => array("post", "string", ""), ); getFields($fields); $cert = $ssl->finalize($id, $crt, $chain); echo $ssl->error; $error = $err->errstr(); if ($error) { require_once("ssl_list.php"); exit(); } $info = _("Your ssl certificate has been imported successfully"); require_once("ssl_view.php");