As a recap:
>I've been trying to generate CSRs using openSSL, without much success.
>Working
>from req.c as a guide, I've been able to construct a CSR, sign it, and verify
>it. I then Base-64 encode it and save it in a suitable PKCS#10 format.
>Sounds easy, right? It is, except that whenever I
As a recap:
>I've been trying to generate CSRs using openSSL, without much success.
>Working
>from req.c as a guide, I've been able to construct a CSR, sign it, and verify
>it. I then Base-64 encode it and save it in a suitable PKCS#10 format.
>Sounds easy, right? It is, except that whenever I