_easyrider_ Apprentice
Joined: 02 May 2003 Posts: 238 Location: Denmark
|
Posted: Wed May 07, 2003 6:22 pm Post subject: Help About Creating certificates To Mail server |
|
|
I've been looking at the guide, and tried to follow these steps
Code: |
# create a certificate
system ("$REQ -new -nodes -x509 -keyout newreq.pem -out newreq.pem $DAYS");
# create a certificate request
system ("$REQ -new -nodes -keyout newreq.pem -out newreq.pem $DAYS");
|
But when i then try to run the ./CA.pl it still whants me to set a password. How can i aviod it. Because the guide says that i should not set a password.
Please Help Me.. |
|