Re: how do i escape spaces in -subj (DN) arg to req?

2006-08-18 Thread Mark H. Wood
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I don't see an 'ssl' command on my system -- is this a shell script or an alias? If you have a script 'ssl' calling 'openssl' then you're going to have to deal with layers of quoting. For example, if 'ssl' is a script, then upon entering the

how do i escape spaces in -subj (DN) arg to req?

2006-08-17 Thread Richard
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

Re: how do i escape spaces in -subj (DN) arg to req?

2006-08-17 Thread Michael Sierchio
Richard wrote: 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 what am i doing wrong? Your problem is with your shell, not OpenSSL. I'm reluctant to say more -- I don't want

Re: how do i escape spaces in -subj (DN) arg to req?

2006-08-17 Thread Richard
On 8/17/06 Michael Sierchio wrote: I'm reluctant to say more -- I don't want to hand you a sharp implement and have you cut yourself if you've got something helpful to say, please say it. __ OpenSSL Project