Good evening everybody

I'm setting up 3 servers for mobile clients. Because the data is allways
very small, i think the curve sect571r1 fit's best.
I didn't find much helpful documentation on the net, so it would be very
cool if you could provide some.
I created my first keys with these commands:
openssl ecparam -out defaultServer-key.pem -name sect571r1 -genkey
openssl req -newkey ec:defaultServer-key.pem -x509 -nodes -days 365 -keyout
defaultServer-pkey.pem -out defaultServer-cert.pem
I will try to setup a CA, so the clients can verify the 3 servers.
Documentation would be appreciated too.

Regards Stefan

Reply via email to