Hello, I create dsa self-signed certs with the following sequence:
 openssl dsaparam -rand rand.txt -out keys\dsa2.par 1024
 openssl req -config CAconf.conf -x509 -newkey dsa:keys\dsa2.par -keyout keys\dsa2.prk -out certs\dsass2.pem -days 730 -extensions v3_ca -passin pass:MyTailorIsRich -passout pass:MyTailorIsRich
The certificates get always created with serial number = 0!
I use the same CAconf.conf file to generate RSA certs, and the serial number is handled correctly (I have a serial file: serial  = $dir/serial in configuration file)
 
Anybody can help me?
Thanks
________________________________
Richard Dykiel, Starburst Software
150 Baker Avenue, Concord, MA 01742
http://www.starburstsoftware.com
1-800-585-3889 ext289

Reply via email to