adding tenno

This commit is contained in:
tengel 2025-02-11 12:06:06 -06:00
parent 476637c576
commit 7c82395b47
9 changed files with 366 additions and 0 deletions

21
doc/07_tenno-nz.txt Normal file
View file

@ -0,0 +1,21 @@
cp tenno.nz.conf.bootstrap \
/etc/nginx/sites-available/tenno.nz.conf
cd /etc/nginx/sites-enabled
ln -s /etc/nginx/sites-available/tenno.nz.conf 07tenno.nz.conf
cd -
nginx -t
systemctl restart nginx
certbot --nginx \
-d tenno.nz,www.tenno.nz \
--agree-tos -m "hostmaster@tenno.nz" --no-eff-email \
--deploy-hook "systemctl reload nginx"
cp tenno.nz.conf /etc/nginx/sites-available/tenno.nz.conf
nginx -t
systemctl restart nginx