From 74666c2febd749b6965c5564983c9213f33de198 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Fri, 21 Jun 2024 11:45:45 +0200 Subject: [PATCH] Update tlds --- sbcl-nginx.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbcl-nginx.yml b/sbcl-nginx.yml index 781dd3b..06556a6 100644 --- a/sbcl-nginx.yml +++ b/sbcl-nginx.yml @@ -293,7 +293,7 @@ write_files: #!/bin/bash /bin/bash /home/cl/setup_git.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/ - path: /home/cl/openai_block_access.sh @@ -539,7 +539,6 @@ write_files: runcmd: # 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.u1.metalisp.dev --non-interactive --agree-tos --email marcus.kammer@metalisp.dev --redirect # 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 # Download DHPARAM