Overview
Your SSL certificate for the Knova self-service site has expired and you want to know how to replace it with a new one.
Solution
Follow the steps from the article Configuring HTTPS for Knova to replace your SSL certificate.
If you are still getting the old certificate when trying to log in, you may have Apache installed in front of Knova - this is where the certificates reside and need to be updated. In this case, follow the step below:
- Find the Apache installation folder on your server.
- Open the
Apache2.2/bin
folder (according to your Apache version) and open the httpd.conf file in a text editor. - Check the location of the existing SSL certificates:
- Rename (i.e. backup) old certificates.
Note: Make sure that the file names match the names from the httpd.conf file. - Run Command Prompt as Administrator.
- Navigate to the
Apache2.2/bin
folder. - Stop and start Apache using the following commands:
httpd -k stop
httpd -k start
Alternatively, you can restart the Apache server.
Note: Stopping and starting Apache using the Services tool will not work.
Once Apache is restarted, log into Knova to verify that the new certificates are working properly.
Comments
0 comments
Please sign in to leave a comment.