27
09
2011

Debian ssl sertifikası yükleme virtualhost

Kategorisi : Apache,Debian,Linux

O site ile ilgili conf dosyasında, <VirtualHost*:80></VirtualHost> gibi bir kayıt da ssl için oluşturuyoruz. Debian’da

/etc/apache2/sites-enabled/ornek.com

altında bulunuyor site dosyamız.

ssl key,crt dosyalarımız ise

/etc/apache2/ssl/

ornek.com ssl içeriği

<VirtualHost*:443>
ServerName ornek.com
DocumentRoot /var/www/ornek.com
SSLEngine on
# ornek.com.crt cointains the Trusted SSL certificate generated and obtained by you from RapidSSL
SSLCertificateFile /etc/apache2/ssl/www.ornek.com.crt
# www.ornek.com.key contains the file used to generate the CSR file as described earlier in this post
SSLCertificateKeyFile /etc/apache2/ssl/www.ornek.com.key
#Chain
SSLCertificateChainFile /etc/apache2/ssl/gd_bundle.crt
</VirtualHost>


Kerem

05/10/2011 @ 09:09

Çok faydalı bir yazı olmuş, teşekkürler…

Login gerekli Giriş .


photo

Php, ajax, jquery, mootools web programlama. Linux, apache, lamp sunucu yönetimi. Cpanel, plesk, lxadmin panel kurulumlari.

02 / 07 / 2025, 01:06:08
Web yazilim, grafik
barbetto.com

Tunalioglu.org - 2015