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.
Ayrıca ara sertifika paketini veri deposundan indirebilirsiniz.
SSL ve Ara Sertifikalarının Yüklenmesi
- SSL sertifikası dosyanızı ve sertifika paket dosyasını Apache sunucunuza kopyalayın. Sertifika talebinizi oluşturduğunuzda sunucuda zaten bir anahtar dosyanızın olması gerekir.
- 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 - Yeniden yapılandırma dosyanızı kaydedin ve Apache'yi yeniden başlatın.
Web Sunucunuzu Yeniden Başlatma
Apache'yi yeniden başlatma prosedürü büyük ölçüde OS platformunuza bağlıdır. Unix benzeri platformlarda (Linux, Solaris, HP-UX, vb.) httpd daemon'ı durdurmak ve yeniden başlatmak için genellikle bir komut dosyası çalıştırırsınız. Windows'da ise Hizmetler yönetici konsolunda Apache hizmetini durdurur ve yeniden başlatırsınız. Lütfen OS satıcımızın belgelerine ya da Apache belgelerine bakın.
SSL Sertifikanız yüklendi. Sorunlarla karşılaşırsanız, lütfen sorunları tanılamak için Where can I get information about my SSL's configruation? bağlantısına gidin.