From 4a6d45c8a02ed971d59ee9fcd6950a72fb09fdd6 Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Sun, 13 Sep 2020 17:59:33 +0200 Subject: [PATCH] added another example --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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