Hello,
i searched for nearly 1 and a half week to find a solution for my problem,
i want to create certificates with the following commands:
CA.sh -newca
openssl req -days 365 -nodes -new -x509 -keyout my-ca.key -out my-ca.crt
openssl req -days 365 -nodes -new -keyout server.key -out office.csr
till now everithing works, but everytime the problem came on the same
step its the verfifing of ther server certificate:
openssl ca -days 365 -out server.crt -in server.csr -extesnions server
I tryed to find a lot of things with google and a really hardly tried
to find something but i didn't, so i would be very pleased if you help
me. I also tryed other Tutorials but it's everytime the verification
of the certificates.
Thanks a lot
Ben
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]