Correction: etc/nginx/site.d/lhc-stats-tls/configure.sh .
[lhc/ateliers.git] / etc / nginx / site.d / lhc-stats-tls / configure.sh
index 02e19bd..110d6eb 100644 (file)
@@ -3,7 +3,7 @@ set -e -f -u -x
 local hint="run vm_remote nginx_configure before"
 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