From a9f543ce3a3cb091b9a04747c63862540d02a02d Mon Sep 17 00:00:00 2001
From: Sven-Hendrik Haase <svenstaro@gmail.com>
Date: Wed, 29 Jun 2016 03:34:08 +0200
Subject: [PATCH] Fix certbot line

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1e479fabd..6e010fb23 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ The first time a certificate is issued, you'll have to do this manually by yours
 point to the new server and then run a playbook onto the server which includes the nginx role. Then on the server,
 it is necessary to run the following once:
 
-certbot certonly --email webmaster@archlinux.org --agree-tos --rsa-key-size 4096 --renew-by-default --webroot -w /var/lib/letsencrypt/ <domain-name>
+certbot certonly --email webmaster@archlinux.org --agree-tos --rsa-key-size 4096 --renew-by-default --webroot -w /var/lib/letsencrypt/ -d <domain-name>
 
 ## Servers
 
-- 
GitLab