Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
ciphax committed Jul 11, 2018
1 parent ad8a9a5 commit ca1f26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A small cli utility for automating the letsencrypt dns-01 challenge for domains
- You can now get certificates from [certbot](https://certbot.eff.org/) by running `sudo certbot certonly -n --agree-tos --email <your_email> --server https://acme-v02.api.letsencrypt.org/directory --preferred-challenges=dns-01 --manual --manual-auth-hook /usr/lib/letsencrypt-inwx/certbot-inwx-auth --manual-cleanup-hook /usr/lib/letsencrypt-inwx/certbot-inwx-cleanup --manual-public-ip-logging-ok -d <your_domain>`

#### Notes
- You need atleast certbot 0.22.0 to issue wildcard certificates.
- You need at least certbot 0.22.0 to issue wildcard certificates.
- You can put your inwx login data into `~/.config/letsencrypt-inwx-cred` if you want to run certbot as non-root user

### With Docker and certbot
Expand Down

0 comments on commit ca1f26d

Please sign in to comment.