fixed domain in command

This commit is contained in:
Jonas_Jones 2025-07-27 13:20:09 +02:00
parent 3456159f52
commit 87c3944b5e

View file

@ -17,7 +17,7 @@ cd docker-mailserver
If your mail server domain is publicly accessible, use Certbot to obtain trusted SSL certificates for free.
### use Let's Encrypt
```bash
sudo certbot certonly --manual --preferred-challenges dns -d mail.jonasjones.dev
sudo certbot certonly --manual --preferred-challenges dns -d mail.example.com
```
Now, add a TXT DNS-Record as indicated by the instructions in the terminal, then hit enter.