hello everybody,
this is the problem i have with generating a dsa certificate:
after generating a CA private keys & certificate, i do the following
command to generate a DSA certificate signed by the already generated CA
credentials:
1- openssl dsaparam -out dsap.pem 512
2-openssl req -new -nodes -out req1.pem -keyout priv.pem -config
open_test.cnf -newkey dsa:dsap.pem
//open_test.cnf is the configuration file that contains client information
3-openssl x509 -req -CA cacert.pem -CAkey cakey.pem -in req1.pem -out
cert.pem -CAcreateserial -passin pass:default -days 12 -trustout
but when i display certificate contents i get that the certificate was
signed using md5withRSA and not DSA as expected.
i hope someone can help me solve it out
thanks
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]