'; echo "
  • ". _("Install the certificate into your browser"). "
  • \n"; echo "
  • ". _("Download the certificate in PEM format")."
  • \n"; echo "
  • ". _("Download the certificate in DER format")."
  • \n"; echo ''; // Allow to directly copy and paste the cert in PEM format $crtname=escapeshellarg($row['crt_name']); $cert = `/usr/bin/openssl x509 -in $crtname -outform PEM`; echo "
    $cert
    "; ?> 0) $verified = _("Valid"); if($row['timeleft'] < 0) $verified = _("Expired"); if($row['expired'] == 0) $verified = _("Pending"); if($row['revoked'] > 0) $verified = _("Revoked"); if($row['revoked'] == 0) $row['revoke'] = _("Not Revoked"); ?>
    />