Chapter 24. Software -Networking/Encryption

Table of Contents

1. Linux OPENSSL Server
2. Compile and Optimize
3. Configure OpenSSL to optimise
4. The /etc/ssl/openssl.cnf file
5. Create the /usr/bin/sign.sh program file
6. Commands -often used
7. Securing OpenSSL
8. Installed files

Most server software like IMAP & POP, Samba, OpenLDAP, FTP, Apache, and others that ask for users authentication before allowing services, by default transmit the user's identification and password in plain text. Alternatively, encryption mechanisms like SSL ensure safe and secure transactions. With this technology, data going over the network is point-to-point encrypted. Once OpenSSL has been installed on your Linux server you can use it as a third party tool to enable other applications with SSL functionality.