Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
a9f543ce
Verified
Commit
a9f543ce
authored
Jun 29, 2016
by
Sven-Hendrik Haase
Browse files
Fix certbot line
parent
7c395d98
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a9f543ce
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment