On Tue, Oct 08, 2013 at 06:00:39AM -0700, Rahul Tolani wrote:

> I'm signing a CSR that is generated by Windows Phone.
> But in that CSR I have a null character in the subject property.

You're not signing the CSR, the phone did that, which is why you
can't modify it.  You're trying to issue a signed certificate
with a public key and subject matching the CSR, but in this case,
with a minor change in the subject name.

The "-subj" argument of the openssl "ca" command is documented
to supercede the supplied subject name.  That should work with
the unmodified CSR.

-- 
        Viktor.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to