Commit 2b51d685 authored by Sebastien Robin's avatar Sebastien Robin

testnode: used self signed certificate for shellinabox

Since Caddy 0.11.1, certificates has to match sites
(Thanks Luke)
parent a9e6aefa
...@@ -18,4 +18,4 @@ md5sum = 307663d73ef3ef94b02567ecd322252e ...@@ -18,4 +18,4 @@ md5sum = 307663d73ef3ef94b02567ecd322252e
[template-default] [template-default]
filename = instance-default.cfg filename = instance-default.cfg
md5sum = c85bd43145c7d21321546f988aebbfc7 md5sum = de56145079f33f78d6bcf140f6caf2f3
...@@ -94,7 +94,7 @@ rendered = $${directory:etc}/$${:_buildout_section_name_} ...@@ -94,7 +94,7 @@ rendered = $${directory:etc}/$${:_buildout_section_name_}
template = inline: template = inline:
https://$${:hostname}:$${:port} { https://$${:hostname}:$${:port} {
bind $${:ipv6} bind $${:ipv6}
tls $${:cert-file} $${:key-file} tls self_signed
gzip gzip
log stdout log stdout
errors stderr errors stderr
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment