Continuing from previous post about Configure Apache2 Server, now we ready to generate Certificate Signing Request (CSR) and Private Key that used on our HTTPS later. To generate pair of keys (CSR and Private key), we need a mod_ssl or openssl command. With this command, a CSR and Private Key will generated as our input information.
Posts Tagged ‘apache2’
SSL: Generate CSR and Private Key
Friday, November 21st, 2008SSL: Configure Apache2 Server
Friday, November 21st, 2008Continue from previous post about Securing your web server, now I will post a tutorial about how to set web server that support with SSL. For information, I’ve tried this with Ubuntu 8.04 and Apache 2. Before we move to the next step, please assure that the apache2 have installed and work correctly on your machine. All of command that execute on console, must be execute by root. if everythings OK, lets start to configure!!