Menu

#7 Export and download CRL in PEM Format

Next Release
open
5
2013-12-13
2007-06-04
No

Hi,

I'm currently using phpki-0.80 and got a box with openvpn. As OpenVPN only supports CRL in PEM format, and as the CRL is already generated in PEM first, it'd be great to have the chance to download it.

The easiest solution is to alter phpki/main.php to add a dl_crl_pem action, similar to the dl_crl action.

Please find a patch attached.

Discussion

  • Michael Braun

    Michael Braun - 2007-06-04

    This alters main.php and ca/main.php .

     
  • Michael Braun

    Michael Braun - 2007-06-04

    Logged In: YES
    user_id=1232681
    Originator: YES

    File Added: phpki_dl_cer-pem.diff

     
  • Michael Braun

    Michael Braun - 2007-06-04

    Logged In: YES
    user_id=1232681
    Originator: YES

    The attached file also modifies ca/main.php, where it adds the same functionality as in main.php, but also adopts the menu item.

     
  • Thibault Capdevielle

    For information, you can have the PEM format when you click to update and view CRL. (with 0.82-0.83 release)

    Just take the content of :

    -----BEGIN X509 CRL-----
    ...
    -----END X509 CRL-----

     

    Last edit: Thibault Capdevielle 2013-12-13

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.