mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Added IPv6 address to Apache test data vhost
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
<VirtualHost *:80>
|
<VirtualHost *:80 [::]:80>
|
||||||
|
|
||||||
ServerName ip-172-30-0-17
|
ServerName ip-172-30-0-17
|
||||||
ServerAdmin webmaster@localhost
|
ServerAdmin webmaster@localhost
|
||||||
|
|||||||
@@ -133,8 +133,9 @@ def get_vh_truth(temp_dir, config_name):
|
|||||||
obj.VirtualHost(
|
obj.VirtualHost(
|
||||||
os.path.join(prefix, "000-default.conf"),
|
os.path.join(prefix, "000-default.conf"),
|
||||||
os.path.join(aug_pre, "000-default.conf/VirtualHost"),
|
os.path.join(aug_pre, "000-default.conf/VirtualHost"),
|
||||||
set([obj.Addr.fromstring("*:80")]), False, True,
|
set([obj.Addr.fromstring("*:80"),
|
||||||
"ip-172-30-0-17"),
|
obj.Addr.fromstring("[::]:80")]),
|
||||||
|
False, True, "ip-172-30-0-17"),
|
||||||
obj.VirtualHost(
|
obj.VirtualHost(
|
||||||
os.path.join(prefix, "letsencrypt.conf"),
|
os.path.join(prefix, "letsencrypt.conf"),
|
||||||
os.path.join(aug_pre, "letsencrypt.conf/VirtualHost"),
|
os.path.join(aug_pre, "letsencrypt.conf/VirtualHost"),
|
||||||
|
|||||||
Reference in New Issue
Block a user