Hi everybody !

I'm experiencing problems while creating a certificate.
The creation of the db is ok, so on with the root certificate and the request.
As I want to create the certificate for object signing the prompt stands silent, create an empty cert.txt and doesn't give me the hand back.
I have absolutely no error message and my system logs are quiet.
Using nss-3.9, I already tried with opt package, dbg and src compiled by my own with no luck.
Using Linux 2.6.3 with bash.


My command lines :

# creating the db :
$ certutil -N -d /home/mb/public_html/CA

# creating the root certificate
$ certutil -S -d /home/mb/public_html/CA -s "CN=mycompany root CA, O=My company" -n "mycompany.fr" -t ",,C" -v 9 -x -1 -2


# creating the request
$ certutil -R -d /home/mb/public_html/CA -o /home/mb/public_html/CA/req.txt -a -s "CN=object signing cert, O=My company" -v 9


# creating the certificate for object signing
$ certutil -C -d /home/mb/public_html/CA -i /home/mb/public_html/CA/req.txt -c "mycompany.fr" -a -o /home/mb/public_html/CA/cert.txt -1 -2 -5


Does anyone has a clue ?
Thanks a lot !

--
Martial BRAUX
_______________________________________________
Mozilla-security mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-security

Reply via email to