Installing an SSL Certificate in Apache (CentOS)
After your certificate request is approved, you can download your SSL and intermediate certificate from within the SSL application. For more information see Downloading Your SSL Certificate. Both of these files must be installed on your Web server.
These instructions do not apply to Ubuntu servers running Apache.
Також ви можете завантажити проміжний комплект сертифікатів зі сховища.
Встановлення сертифіката SSL та проміжного сертифіката
- Скопіюйте ваш сертифікат SSL та комплект сертифікатів на сервер Apache. На сервері у вас повинен бути основний файл, з якого ви створили запит сертифіката.
- Locate the following directives in either your
httpd.conf
orssl.conf
file (which files you use depends on how you configured Apache). If one or more of them are currently commented out, uncomment them by removing the#
character from the beginning of the line. Set the values of these directives to the absolute path and filename of the appropriate file, based on your version of Apache:Apache Version < 2.4.8 Directive Path to Enter SSLCertificateFile Certificate file path SSLCertificateKeyFile Key file path SSLCertificateChainFile Intermediate bundle path Apache Version 2.4.8+ Directive Path to Enter SSLCertificateFile Certificate file path SSLCertificateKeyFile Key file path SSLCACertificatePath Intermediate bundle path - Збережіть свій файл конфігурації і перезапустіть Apache.
Повторний запуск веб-сервера
Процедура повторного запуску Apache в основному залежатиме від вашої OS-платформи. На Unix-платформах (Linux, Solaris, HP-UX і т. д.) зазвичай запускається сценарій програми по зупинці і повторному запуску httpd-демона. У системі Windows зазвичай зупиняється і повторно запускається Apache на консолі адміністрування послуг. Ознайомтеся із документацією постачальника вашої операційної системи або документацією по Apache.
Ваш сертифікат SSL встановлено. Якщо у вас виникли проблеми, ознайомтеся з Where can I get information about my SSL's configruation? для того, щоб проаналізувати проблеми.