tls module README says:
Creating a server/client certificate ------------------------------------ 1. create a certificate request (and its private key in privkey.pem) openssl req -out ser1_cert_req.pem -new -nodes WARNING: the organization name should be the same as in the ca certificate.
why the warning? i followed the tuto and there they are not the same and still tls works.
-- juha
On Oct 01, 2010 at 19:11, Juha Heinanen jh@tutpro.com wrote:
tls module README says:
Creating a server/client certificate
- create a certificate request (and its private key in privkey.pem) openssl req -out ser1_cert_req.pem -new -nodes WARNING: the organization name should be the same as in the ca certificate.
why the warning? i followed the tuto and there they are not the same and still tls works.
I don't remember. I think that depending on how openssl is configured, it might refuse to sign certification with a different organization name then the CA.
Andrei