X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fsite.d%2Flhc-stats-tls%2Fconfigure.sh;h=da52d3333336b6905ef3ae0c98dc0ec1be5c05dc;hp=02e19bdf4002f33c86ac91c7455a4eb55ca3f428;hb=eefc410c23df14d9e47bfc1eedcfb500d557c5a8;hpb=df68657fede5c248b4ff6abe8398edbaa7a3f7ca diff --git a/etc/nginx/site.d/lhc-stats-tls/configure.sh b/etc/nginx/site.d/lhc-stats-tls/configure.sh index 02e19bd..da52d33 100644 --- a/etc/nginx/site.d/lhc-stats-tls/configure.sh +++ b/etc/nginx/site.d/lhc-stats-tls/configure.sh @@ -1,9 +1,9 @@ #!/bin/sh set -e -f -u -x -local hint="run vm_remote nginx_configure before" +local hint="run before: ./vm_remote runit_configure nginx -- $site" assert "sudo test -f /etc/nginx/x509.d/\"$site\"/key.pem" hint sudo install -m 664 -o www -g www \ - "$tool"/var/pub/x509/stats-cyclage.org/crt+ca.pem \ + "$tool"/var/pub/x509/stats.heureux-cyclage.org/crt+ca.pem \ /etc/nginx/x509.d/"$site"/crt.pem sudo rmdir ~www-data/"$site" || true