Welcome to mirror list, hosted at ThFree Co, Russian Federation.

duplicatehttps.conf « sites-available « apache2 « multiple_vhosts « debian_apache_2_4 « testdata « tests « certbot-apache - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3ac21fac802116ac2857281636dd6891f484c22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<IfModule mod_ssl.c>
<VirtualHost 10.2.3.4:443>
	ServerName duplicate.example.com

	ServerAdmin webmaster@certbot.demo
	DocumentRoot /var/www/html

	ErrorLog ${APACHE_LOG_DIR}/error.log
	CustomLog ${APACHE_LOG_DIR}/access.log combined

SSLCertificateFile	/etc/apache2/certs/certbot-cert_5.pem
SSLCertificateKeyFile /etc/apache2/ssl/key-certbot_15.pem
</VirtualHost>
</IfModule>