1) If I want to try to use WTLS with the WAP I and I have to files cert.pem (generated from the private key) and root.pem (the CA root certificate) how should the kannel.conf file be configured?

ssl-server-cert-file = ?
ssl-server-key-file =  ?
ssl-certkey-file =  ?

2) Or if I generated my own certificate:
openssl genrsa -des3 -rand file1:file2:file3:file4:file5 -out server.key 1024
openssl rsa -in server.key -out server.pem
openssl req -new -key server.key -out server.csr
openssl x509 -req -days 60 -in server.csr -signkey server.key -out server.crt
openssl x509 -req -days 60 -in server.csr -signkey server.key -out server-cert.pem


 and I have these files:
server.key
server.pem
server.csr
server.crt
server-cert.pem

Which should be use and how to be able to have WTLS?
Which is what?



Sorry for these stupid questions.
It would be great to have a little section in the kannel documentation explaining how to do this.


Many thanks for your help!!!

Miguel




Reply via email to