{ Berbagi, Menulis, Dan Mengajar } Ilmu… » 7. Operating System » konfigurasi ssl apache2
konfigurasi ssl apache2
<VirtualHost 203.166.217.99:443>
ServerAdmin dimas@ubhara.ac.id
ServerName jeecs.ubhara.ac.id
ServerAlias www.jeecs.ubhara.ac.id
DocumentRoot /home/ojsteknik/v1
ErrorLog /var/www/jeecs.ubhara.ac.id/logs/error.log
CustomLog /var/www/jeecs.ubhara.ac.id/logs/access.log combined
<Directory /home/semar/ojsteknik>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
SSLEngine On
SSLCertificateFile /etc/ssl/jeecs.ubhara.ac.id/STAR_ubhara_ac_id.crt
SSLCertificateKeyFile /etc/ssl/jeecs.ubhara.ac.id/ubhara.ac.id.key
SSLCACertificateFile /etc/ssl/jeecs.ubhara.ac.id/ssl-bundle.crt
SSLCertificateChainFile /etc/ssl/jeecs.ubhara.ac.id/COMODO_PositiveSSL_SHA-1_bundle.cer
</VirtualHost>
Filed under: 7. Operating System