added another example

This commit is contained in:
Jens Timmerman 2020-09-13 17:59:33 +02:00
parent 9fe11c74a8
commit 4a6d45c8a0
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@ certbot certonly \
-d '*.example.com'
```
```bash
certbot certonly -d 'example.com' -d '*.example.com' --agree-tos --authenticator dns-transip --dns-transip-credentials=credentials.ini -n --email=certbot@example.com --dns-transip-propagation-seconds 600
```
It is suggested to secure the folder as follows::
chown root:root /etc/letsencrypt/.secrets
chmod 600 /etc/letsencrypt/.secrets