Posts tagged 'webserver'

Installing mod_ssl on apache: X.509,Certificate Authority,digital signatures explained

If you want to secure connection to a resource on your apache web-server by using public key encryption technique then you can add the mod_ssl module into the apache web-server for that purpose.
Here are the list of things that are explained in this tutorial:-
  1. Installing OpenSSL
  2. Public key encryption …