thefinn93 / ansible-letsencrypt

An ansible role to generate TLS certificates and get them signed by Let's Encrypt
GNU General Public License v3.0
440 stars 122 forks source link

README is misleading #54

Closed sobolevn closed 7 years ago

sobolevn commented 7 years ago

Thanks for this project. It is perfectly working and is very helpful. But README.md states that:

letsencrypt_server sets the auth server. Set to https://acme-staging.api.letsencrypt.org/directory to use the staging server (far higher rate limits, but certs are not trusted, intended for testing)

But in default.yml there's nothing about it. It is only possible to configure that var to add --server param to letsecrypt.

If that's fine I'll send a PR with the fix.

thefinn93 commented 7 years ago

wow, my bad! I I believe what the README says was true at one point, but was changed when Let's Encrypt went public and I forgot to update the README. A PR would be much appreciated