> so maybe you could tell me the correct commands?

to create the request i do :

openssl req -config /usr/local/ssl/openssl.cnf -new -keyout newreq.pem -out
newreq.pem -days 365 -passin file:test -passout file:test

thats working

to sign i do:

openssl ca -config /usr/local/ssl/openssl.cnf -policy policy_anything -out
newcert.pem -infiles newreq.pem

i don't want self signed certs, that openssl req -x509 produces:

that command doesn't know the -passin or -passout commands

the openssl version i use is 0.9.6

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to