Chapter 24. Software -Networking/Encryption

Table of Contents
24.1. Linux OPENSSL Server
24.2. Compile and Optimize
24.3. Configure OpenSSL to optimise
24.4. The /etc/ssl/openssl.cnf file
24.5. Create the /usr/bin/sign.sh program file
24.6. Commands -often used
24.7. Securing OpenSSL
24.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.