Hi you;
 
Usually i'm a UNIX user but i think that the procedure is almost the same :)))
You have to open a dos console and goto your "openssl/out" directory ... then you have to launch the "openssl.exe" program to get the OPENSSL prompt.
Once this is done you need this command to sign you .txt request:
"ca -in certreq.txt -out cert.pem -keyfile CAkey.pem -cert CAcert.pem"
 
P.S: (CAkey.pem and CAcert.pem are those of the certification authority or those generated when bulding your openssl)
if you didn't have them you have to generate them by making an autosigned certificate like this:
"req -x509 -newkey rsa:1024 -keyout CAkey.pem -out CAcert.pem"
 
hope that thsi help you.
 
Rafâa S. TAHAR

Reply via email to