> Can someone please explain me what excatly should I do here, where to send > what ?
Forget it ... You are mainly interested in encrypting, I suppose. Create a self signed Certificate. Command: openssl req -x509 -newkey rsa:1024 -keyout file1 -out file2 -days 9999 -nodes - oliver