add tetóke

This commit is contained in:
tengel 2025-06-22 10:44:27 -05:00
parent 38ae8b6382
commit 22060e1bf8
12 changed files with 517 additions and 0 deletions

21
doc/08_teteoke-com.txt Normal file
View file

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