Hi Richard,

Yes, you are right, it could be difficult to garantee that the random
serial number will be unique. Also a digest from timestamp will be
more appropriate.

So suppose I can do something like that with e.g. (Linux)

TIMESTAMP=`date`
 SN=`md5sum ${TIMESTAMP}`

My question for you is how to write this SN's value when
I sign the CSR?

Regards

#-----
Averroes


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

Reply via email to