Author |
|
rskb4u
Joined: 14 Apr 2014 Posts: 25 Location: India
|
Posted: Wed 16 Apr '14 10:42 Post subject: How Renew SSL Certificate for Apache 2.4.9 ? |
|
|
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
|
Posted: Wed 16 Apr '14 11:29 Post subject: |
|
|
Is it a bought certificate or a self-signed one? |
|
Back to top |
|
rskb4u
Joined: 14 Apr 2014 Posts: 25 Location: India
|
Posted: Wed 16 Apr '14 12:25 Post subject: |
|
|
It is a bought certificate |
|
Back to top |
|
TPL
Joined: 25 Mar 2014 Posts: 24 Location: Germany, Hamburg
|
Posted: Wed 16 Apr '14 13:33 Post subject: |
|
|
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
|
Posted: Mon 02 Jun '14 13:59 Post subject: |
|
|
rskb4u - what is your certificate CA ? |
|
Back to top |
|