Correction : etc/nginx/site.d/ptitvelo-www-tls/local.sh
[lhc/ateliers.git] / 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