Correction : etc/nginx/site.d/ptitvelo-www-tls/local.sh
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 27 Aug 2013 12:09:51 +0000 (14:09 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 27 Aug 2013 12:09:51 +0000 (14:09 +0200)
etc/nginx/site.d/ptitvelo-www-tls/local.sh

index 462ddaf..ef70ab4 100644 (file)
@@ -2,7 +2,7 @@ hint="run before: 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/www.ptitvelo/crt+ca.pem \
+ "$tool"/var/pub/x509/www.ptitvelo.net/crt+ca.pem \
  /etc/nginx/x509.d/"$site"/crt.pem
 
 sudo rmdir ~www-data/"$site" || true