Correction: etc/nginx/site.d/lhc-stats-tls/configure.sh .
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 9 Apr 2013 15:09:20 +0000 (17:09 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 9 Apr 2013 15:09:20 +0000 (17:09 +0200)
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