logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: How Renew SSL Certificate for Apache 2.4.9 ?
Author
rskb4u



Joined: 14 Apr 2014
Posts: 25
Location: India

PostPosted: Wed 16 Apr '14 10:42    Post subject: How Renew SSL Certificate for Apache 2.4.9 ? Reply with quote

HI,
Critical Security Vulnerabilty:
We Upgraded apache 2.4.7 to 2.4.9 and openssl to OpenSSL 1.0.1g. Now we need to renew SSL Certificate.

Can any body please provide step by step procedure to renew SSL Certificate?.

Thanks
Back to top
jraute



Joined: 13 Sep 2013
Posts: 188
Location: Rheinland, Germany

PostPosted: Wed 16 Apr '14 11:29    Post subject: Reply with quote

Is it a bought certificate or a self-signed one?
Back to top
rskb4u



Joined: 14 Apr 2014
Posts: 25
Location: India

PostPosted: Wed 16 Apr '14 12:25    Post subject: Reply with quote

It is a bought certificate
Back to top
TPL



Joined: 25 Mar 2014
Posts: 24
Location: Germany, Hamburg

PostPosted: Wed 16 Apr '14 13:33    Post subject: Reply with quote

Hi,

it's important to generate a new private key.

Example:
Step 1
create private key (command line)
Code:
SET OPENSSL_CONF=E:\Programme\Apache\conf\openssl.cnf

Code:
cd E:\Programme\Apache\bin

Code:
openssl genrsa 2048 > E:\<SERVERNAME>.key


Step 2
create „Certificate Signing Request“ (command line)

Code:
openssl req -new -key E:\<SERVERNAME>.key > E:\<SERVERNAME>.csr


Enter your country, server name etc.
Send the .csr file to your CA and you will receive a new certificate.
Back to top
Qmpeltaty



Joined: 06 Feb 2008
Posts: 182
Location: Poland

PostPosted: Mon 02 Jun '14 13:59    Post subject: Reply with quote

rskb4u - what is your certificate CA ?
Back to top


Reply to topic   Topic: How Renew SSL Certificate for Apache 2.4.9 ? View previous topic :: View next topic
Post new topic   Forum Index -> Apache