Should deploy correctly

This commit is contained in:
n0mad1k
2025-04-14 10:19:20 -04:00
parent b2fdee77b6
commit dc28ad5d45
10 changed files with 176 additions and 667 deletions
+3 -1
View File
@@ -35,8 +35,10 @@ Also, remember that many reconnaissance and attack tools are now available syste
Once your DNS record points to this servers public IP, you can obtain a Lets Encrypt certificate by running:
sudo certbot certonly --non-interactive --agree-tos --email {{ letsencrypt_email }} --standalone -d {{ mail_hostname }}
sudo certbot certonly --non-interactive --agree-tos --email {{ letsencrypt_email }} --standalone -d {{ domain }}
sudo certbot certonly --non-interactive --agree-tos --email {{ letsencrypt_email }} --standalone -d mail.{{ domain }}
sudo certbot certonly --non-interactive --agree-tos --email {{ letsencrypt_email }} --standalone -d tracker.{{ domain }}
systemctl start nginx.service
Remember to ensure your DNS is set correctly before running the above command.