Install opensslForum: Networking Topic: Install openssl started by: gumpi Posted by gumpi on Mar. 01 2006,13:18
Hello!I want to use telnet for a special connection. There fore i need to create a certifikate. On Knoppix i used cd /usr/lib/ssl/certs openssl req -new -x509 -nodes -out telnetd.pem -keyout telnetd.pem Openssl is not installed on my DSL. How can i install it? Kind regards, Juergen Posted by dtf on Mar. 01 2006,18:28
DSL uses secure shell ssh rather than telnet. That works well for me.
Posted by gumpi on Mar. 01 2006,18:38
That is fine for you, but i use a software, which is based on telnet....Juergen Posted by cbagger01 on Mar. 02 2006,17:05
doesapt-get install openssl work? Posted by doo on Sep. 12 2006,20:21
I tried "apt-get install openssl", and I get an error:The following packages have unmet dependencies: openssl: Depends: perl but it is not going to be installed E: Broken packages Perl is available, so I'm not sure what the problem is. Does anyone have any suggestions? Posted by doo on Sep. 14 2006,16:27
Ok, so from reading lots of other posts, and connecting the dots, you can get openssl installed by doing the following:edit /etc/apt/sources.list and add sarge to the sources to pull from. run the following:
Now how to get tinyca working.... hmm... |