Skip to content
Snippets Groups Projects
Verified Commit a9f543ce authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

Fix certbot line

parent 7c395d98
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment