Networking :: Install openssl



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

DSL uses secure shell ssh rather than telnet.  That works well for me.
That is fine for you, but i use a software, which is based on telnet....
Juergen

does

apt-get install openssl

work?

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?

Next Page...
original here.