Hey,

Mait Mandel wrote:
hey,

does anyone know how to generate a WTLS certificate on you own?
without paying $1M to Verisign ...

If thats like standard certificates then

openssl genrsa -out private.pem
openssl req -new -x509 -key private.pem -out public.pem -days 365


You can get them much much cheaper than verisign. I think we paid 55 UK pounds. Be aware that if you use a self signed one other providers etc may well not accept that.


Gareth

--
Gareth Reakes, Managing Director      Parthenon Computing
+44-1865-811184                  http://www.parthcomp.com

Reply via email to