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