After your certificate request is approved, you can download your certificate from the SSL manager and install it on your Apache server. If your server is running Ubuntu instead of CentOS, please see Manually install an SSL certificate on my Apache server (Ubuntu).
gd_bundle.crt or similar) and primary certificate (.crt file with randomized name) into that folder.httpd.conf in the /etc/httpd folder.grep -i -r "SSLCertificateFile" /etc/httpd/
/etc/httpd/ may be replaced with the base directory of your Apache installation.httpd.conf file, find the <VirtualHost> block.<VirtualHost xxx.xxx.x.x:443> DocumentRoot /var/www/coolexample ServerName coolexample.com www.coolexample.com SSLEngine on SSLCertificateFile /path/to/coolexample.crt SSLCertificateKeyFile /path/to/privatekey.key SSLCertificateChainFile /path/to/intermediate.crt </VirtualHost>
apachectl configtest
Warning: The Apache service will not start again if your config files have syntax errors.
apachectl restart
Note: As a courtesy, we provide information about how to use certain third-party products, but we do not endorse or directly support third-party products and we are not responsible for the functions or reliability of such products. Third-party marks and logos are registered trademarks of their respective owners. All rights reserved.
Article ID: 1389
Created On: Wed, Dec 2, 2020 at 6:10 PM
Last Updated On: Wed, Dec 2, 2020 at 9:34 PM
Online URL: https://www.heartinternet.uk/support/article/manually-install-an-ssl-certificate-on-my-apache-server-centos.html