From d8eeba46b78973130f2f43a03dac2fb49909f7ec Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 9 Apr 2013 17:09:20 +0200 Subject: [PATCH] Correction: etc/nginx/site.d/lhc-stats-tls/configure.sh . --- etc/nginx/site.d/lhc-stats-tls/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nginx/site.d/lhc-stats-tls/configure.sh b/etc/nginx/site.d/lhc-stats-tls/configure.sh index 02e19bd..110d6eb 100644 --- a/etc/nginx/site.d/lhc-stats-tls/configure.sh +++ b/etc/nginx/site.d/lhc-stats-tls/configure.sh @@ -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 -- 2.20.1