diff --git a/README.md b/README.md index fea09e4..9ae1378 100644 --- a/README.md +++ b/README.md @@ -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