Apache is the most common web server used now a days, you would have already configured apache many times by now but what about configuring it with SSL i.e. using apache to service on the https protocol, i assume you have already configured the basic apache server and have also enabled the SSL module, if not refer to my previous post on Configuring Apache Web server.
The following post is an extremely simplified step by step guide to configure SSL in apache using Self Signed Certificates you can also use a real certificate issued by a CA if you have it
Prerequisites
1) Apache with SSL module enabled
2) openssl installed
Step 1) Generate a Private Key
We will use the openssl toolkit for generating a RSA Private Key and Certificate Signing Request, as the first step generate the key the command below will create a 1024bit key using 3des
Recent comments
8 weeks 6 days ago
14 weeks 6 days ago
15 weeks 14 hours ago
16 weeks 6 days ago
17 weeks 4 days ago
20 weeks 5 days ago
24 weeks 3 days ago
25 weeks 5 days ago
26 weeks 1 day ago
26 weeks 1 day ago