if i:

        ssl req -subj "/C=US/ST=CA/L=NewYork" ...

all's OK.

if, however i:

        ssl req -subj "/C=US/ST=NY/L=New York" ...
        ssl req -subj "/C=US/ST=NY/L=New\ York" ...

i get an error of:

        unknown option York
        req [options] <infile >outfile
        where options  are
        ...

'man ca' says:

  -subj arg
    supersedes subject name given in the request. The arg must
    be formatted as /type0=value0/type1=value1/type2=..., characters
    may be escaped by \ (backslash), no spaces are skipped.

what am i doing wrong?
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to