Update tlds

This commit is contained in:
Marcus Kammer 2024-06-21 11:45:45 +02:00
parent 5da99b036e
commit 74666c2feb

View file

@ -293,7 +293,7 @@ write_files:
#!/bin/bash #!/bin/bash
/bin/bash /home/cl/setup_git.sh /bin/bash /home/cl/setup_git.sh
/bin/bash /home/cl/setup_repos.sh /bin/bash /home/cl/setup_repos.sh
ssh-keygen -t ed25519 -C 'u1.metalisp' -f ~/.ssh/id_ed25519 -N '' ssh-keygen -t ed25519 -C 'survey.metalisp' -f ~/.ssh/id_ed25519 -N ''
mkdir -p ~/www/u1/docs/ mkdir -p ~/www/u1/docs/
- path: /home/cl/openai_block_access.sh - path: /home/cl/openai_block_access.sh
@ -539,7 +539,6 @@ write_files:
runcmd: runcmd:
# Run Certbot to obtain SSL certificates and configure Nginx # Run Certbot to obtain SSL certificates and configure Nginx
- certbot certonly --nginx -d survey.metalisp.dev --non-interactive --agree-tos --email marcus.kammer@metalisp.dev --redirect - certbot certonly --nginx -d survey.metalisp.dev --non-interactive --agree-tos --email marcus.kammer@metalisp.dev --redirect
- certbot certonly --nginx -d survey.u1.metalisp.dev --non-interactive --agree-tos --email marcus.kammer@metalisp.dev --redirect
# Add cron job for automatic certificate renewal (runs once a month) # Add cron job for automatic certificate renewal (runs once a month)
- echo '0 0 1 * * root certbot renew --post-hook "systemctl reload nginx" >> /var/log/letsencrypt/letsencrypt-auto-renew.log' > /etc/cron.d/letsencrypt-renew - echo '0 0 1 * * root certbot renew --post-hook "systemctl reload nginx" >> /var/log/letsencrypt/letsencrypt-auto-renew.log' > /etc/cron.d/letsencrypt-renew
# Download DHPARAM # Download DHPARAM